hackershare
Adds a toolbar button to save the current page to hackershare.dev
Co je hackershare?
hackershare je rozšíření Chrome vyvinuté Hooopo, a jeho hlavní funkcí je „Adds a toolbar button to save the current page to hackershare.dev“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření hackershare
Stáhněte si soubory rozšíření hackershare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
Oficiální URL | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Popis | Adds a toolbar button to save the current page to hackershare.dev |
Velikost souboru | 27.84 KB |
Počet instalací | 192 |
Aktuální Verze | 6 |
Poslední Aktualizace | 2020-10-15 |
Datum Vydání | 2020-08-20 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Hooopo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hackershare.dev |
URL Stránky Nápovědy | https://hackershare.dev |
Podporované Jazyky | 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 } |