chrome-extension

Google chrome extension type definitions


Keywords
bookmarks, browser, chrome, chromium, cookies, devtools, extension, extern, gcm, google, i18n, javascript, js, omnibox, socket, tcp, theme, udp, web, haxe
License
QPL-1.0
Install
haxelib install chrome-extension 75.0.1

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.