Share everything!

Share ALL the things!

O que é Share everything!?

Share everything! é uma extensão do Chrome desenvolvida por arktiv.site, e sua principal característica é "Share ALL the things!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Share everything!

Baixe arquivos de extensão Share everything! 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

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

Informações Básicas da Extensão

Nome Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
URL Oficial https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Descrição Share ALL the things!
Tamanho do Arquivo 13.25 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2018-11-02
Data de Publicação 2018-11-02
Desenvolvedor arktiv.site
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://arktiv.site/extensions/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}