hackershare
Adds a toolbar button to save the current page to hackershare.dev
¿Qué es hackershare?
hackershare es una extensión de Chrome desarrollada por Hooopo, y su función principal es "Adds a toolbar button to save the current page to hackershare.dev".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión hackershare
Descarga archivos de extensión hackershare en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | hackershare |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
URL Oficial | https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh |
Descripción | Adds a toolbar button to save the current page to hackershare.dev |
Tamaño del Archivo | 27.84 KB |
Cantidad de Instalaciones | 192 |
Versión Actual | 6 |
Última Actualización | 2020-10-15 |
Fecha de Publicación | 2020-08-20 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Hooopo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://hackershare.dev |
URL de la Página de Ayuda | https://hackershare.dev |
Idiomas Soportados | 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 } |