hackershare
Adds a toolbar button to save the current page to hackershare.dev
What is hackershare?
hackershare is a Chrome extension developed by Hooopo, and its main feature is "Adds a toolbar button to save the current page to hackershare.dev".
Extension Screenshots
Download hackershare Extension CRX File
Download hackershare 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
Adds a toolbar button to save the current page to hackershare.dev. with hackershare toolbar, you can save the url you viewed easily and share it with other hacker. hackershare.dev is center of all url.
Extension Basic Information
Name | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
Official URL | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Description | Adds a toolbar button to save the current page to hackershare.dev |
File Size | 27.84 KB |
Installation Count | 192 |
Current Version | 6 |
Last Updated | 2020-10-15 |
Publish Date | 2020-08-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Hooopo |
[email protected] | |
Payment Type | free |
Extension Website | https://hackershare.dev |
Help Page URL | https://hackershare.dev |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hackershare", "description": "Adds a toolbar button to save the current page to hackershare.dev", "version": "6", "browser_action": { "default_title": "Add to hackershare", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/hackershare.dev\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "web_accessible_resources": [ "auth.html", "icon16.png" ], "manifest_version": 2 } |