hackershare
Adds a toolbar button to save the current page to hackershare.dev
Vad är hackershare?
hackershare är en Chrome-tillägg utvecklad av Hooopo, och dess huvudfunktion är "Adds a toolbar button to save the current page to hackershare.dev".
Tilläggsskärmbilder
Ladda ner hackershare-förlängningens CRX-fil
Ladda ner hackershare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
Officiell webbadress | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Beskrivning | Adds a toolbar button to save the current page to hackershare.dev |
Filstorlek | 27.84 KB |
Antal Installationer | 192 |
Aktuell Version | 6 |
Senast Uppdaterad | 2020-10-15 |
Publiceringsdatum | 2020-08-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Hooopo |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://hackershare.dev |
Hjälpsida URL | https://hackershare.dev |
Stödda Språk | 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 } |