hackershare
Adds a toolbar button to save the current page to hackershare.dev
Cos'è hackershare?
hackershare è un'estensione di Chrome sviluppata da Hooopo, e la sua funzione principale è "Adds a toolbar button to save the current page to hackershare.dev".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hackershare
Scarica i file di estensione hackershare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
URL Ufficiale | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Descrizione | Adds a toolbar button to save the current page to hackershare.dev |
Dimensione del File | 27.84 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 6 |
Ultimo Aggiornamento | 2020-10-15 |
Data di Pubblicazione | 2020-08-20 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Hooopo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hackershare.dev |
URL della Pagina di Aiuto | https://hackershare.dev |
Lingue Supportate | 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 } |