TheShare

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

Cos'è TheShare?

TheShare è un'estensione di Chrome sviluppata da http://ahmed-badawy.com, e la sua funzione principale è "Share Every Thing Every Where. Share Any thing to all known social media websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TheShare

Scarica i file di estensione TheShare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
URL Ufficiale https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
Descrizione Share Every Thing Every Where. Share Any thing to all known social media websites
Dimensione del File 904 KB
Conteggio Installazioni 194
Versione Corrente 2.6
Ultimo Aggiornamento 2019-01-08
Data di Pubblicazione 2019-01-08
Valutazione 4.22/5 Totale 18 Valutazioni
Sviluppatore http://ahmed-badawy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://ahmed-badawy.com/extensions/TheShare
Lingue Supportate 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"
            ]
        }
    ]
}