hackershare
Adds a toolbar button to save the current page to hackershare.dev
Co to jest hackershare?
hackershare to rozszerzenie Chrome opracowane przez Hooopo, a jego główną funkcją jest „Adds a toolbar button to save the current page to hackershare.dev”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia hackershare
Pobierz pliki rozszerzeń hackershare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
Oficjalny URL | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Opis | Adds a toolbar button to save the current page to hackershare.dev |
Rozmiar pliku | 27.84 KB |
Liczba instalacji | 192 |
Aktualna Wersja | 6 |
Ostatnia Aktualizacja | 2020-10-15 |
Data Publikacji | 2020-08-20 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Hooopo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hackershare.dev |
Adres URL Strony Pomocy | https://hackershare.dev |
Obsługiwane Języki | 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 } |