chrome-extension-haxe

Haxe/Javascript google chrome extension type definitions


Keywords
javascript, library, haxe, chrome, extension
License
MIT
Install
npm install chrome-extension-haxe@0.0.7

Documentation

Haxe Chrome Extension Build Status Haxelib Version

Haxe/Javascript type definitions for google chrome extensions.

API version: 75

Install

$ haxelib install chrome-extension

For chrome apps types see: https://github.com/tong/chrome.app

Usage

-lib chrome_extension

Haxe Defines

  • -D chrome Required (added automatically when using from haxelib)
  • -D chrome_ext Required (added automatically when using from haxelib)
  • -D chrome_os To access apis available on chrome-os only.
  • -D chrome_dev To access apis available on the dev channel only.
  • -D chrome_experimental To access experimental apis.