TheShare

Share Every Thing Every Where. Share Any thing to all known social media websites

O que é TheShare?

TheShare é uma extensão do Chrome desenvolvida por http://ahmed-badawy.com, e sua principal característica é "Share Every Thing Every Where. Share Any thing to all known social media websites".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TheShare

Baixe arquivos de extensão TheShare 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

                        The Must Have extension for all (Opera/Chrome) users.

Share Every Thing Every Where.
    1- Important social website's link shortcuts

    2- Share Any Text Selection, Web Page, Image, Link, or Even video & audio Elements to all known social media websites:-
    Facebook , Twitter , Google+ , Linked-In , Pinterest , Tumblr , StumbleUpOn , VK , Xing , Reddit , Or enven Send An Email and many many other plateforms. 

    3- help you send email faster                    

Informações Básicas da Extensão

Nome TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
URL Oficial https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
Descrição Share Every Thing Every Where. Share Any thing to all known social media websites
Tamanho do Arquivo 904 KB
Contagem de Instalações 194
Versão Atual 2.6
Última Atualização 2019-01-08
Data de Publicação 2019-01-08
Classificação 4.22/5 Total de 18 Avaliações
Desenvolvedor http://ahmed-badawy.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ahmed-badawy.com/extensions/TheShare
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheShare",
    "description": "Share Every Thing Every Where. Share Any thing to all known social media websites",
    "version": "2.6",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dom_access.js"
            ]
        }
    ]
}