Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tong/chrome.extension
Haxe/Javascript google chrome extension type definitions
https://github.com/tong/chrome.extension
chrome extension haxe javascript
Last synced: 3 months ago
JSON representation
Haxe/Javascript google chrome extension type definitions
- Host: GitHub
- URL: https://github.com/tong/chrome.extension
- Owner: tong
- Created: 2010-11-06T05:50:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T15:06:06.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T09:11:51.755Z (3 months ago)
- Topics: chrome, extension, haxe, javascript
- Language: Haxe
- Homepage:
- Size: 264 KB
- Stars: 48
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haxe Chrome Extension [![Build Status](https://travis-ci.org/tong/chrome.extension.svg?branch=master)](https://travis-ci.org/tong/chrome.extension) [![Haxelib Version](https://img.shields.io/github/tag/tong/chrome.extension.svg?style=flat&label=haxelib)](https://lib.haxe.org/p/chrome-extension)
Haxe/Javascript type definitions for [google chrome extensions](https://developer.chrome.com/extensions/api_index).
API version: 80
### Install
```sh
$ haxelib install chrome-extension
```For chrome apps types see: https://github.com/tong/chrome.app
### Usage
```sh
-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.