hornet
hornet
What is hornet?
hornet is a Chrome extension developed by hpapple2002, and its main feature is "hornet".
Extension Screenshots
Download hornet Extension CRX File
Download hornet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | pdjiebpckgfffchegigemjkalbkefkdk |
Official URL | https://chromewebstore.google.com/detail/hornet/pdjiebpckgfffchegigemjkalbkefkdk |
Description | hornet |
File Size | 42.45 KB |
Installation Count | 18 |
Current Version | 1.1 |
Last Updated | 2015-04-13 |
Publish Date | 2015-04-13 |
Rating | 2.50/5 Total 2 Ratings |
Developer | hpapple2002 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "hornet", "description": "hornet", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "jquery-2.0.0.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "hornet", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery-2.0.0.min.js", "content_script.js" ] } ] } |