https://github.com/linux-china/chrome_js_api_stub
Chrome JavaScript API Stub to assistant extension development in IDE
https://github.com/linux-china/chrome_js_api_stub
Last synced: about 1 year ago
JSON representation
Chrome JavaScript API Stub to assistant extension development in IDE
- Host: GitHub
- URL: https://github.com/linux-china/chrome_js_api_stub
- Owner: linux-china
- Created: 2012-08-02T13:55:39.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T14:09:52.000Z (almost 14 years ago)
- Last Synced: 2025-04-02T02:51:07.735Z (over 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chrome JavaScript API Stub
==================
Chrome JavaScript API Stub to assistant extension development in IDE, such as code completion and quick document.
### How to use
First download the chrome_api_stub.js to your local disk, then start IntelliJ IDEA and create Javascript library to include
the chrome_api_stub.js. Now enjoy Chrome extension development in IDEA.