hackershare

Adds a toolbar button to save the current page to hackershare.dev

O que é hackershare?

hackershare é uma extensão do Chrome desenvolvida por Hooopo, e sua principal característica é "Adds a toolbar button to save the current page to hackershare.dev".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão hackershare

Baixe arquivos de extensão hackershare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
URL Oficial https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Descrição Adds a toolbar button to save the current page to hackershare.dev
Tamanho do Arquivo 27.84 KB
Contagem de Instalações 192
Versão Atual 6
Última Atualização 2020-10-15
Data de Publicação 2020-08-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Hooopo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hackershare.dev
URL da Página de Ajuda https://hackershare.dev
Idiomas Suportados 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
}