chrome.extension icon indicating copy to clipboard operation
chrome.extension copied to clipboard

Haxe/Javascript google chrome extension type definitions

Haxe Chrome Extension Build Status Haxelib Version

Haxe/Javascript type definitions for google chrome extensions.

API version: 80

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.