TheShare

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

Qu'est-ce que TheShare ?

TheShare est une extension Chrome développée par http://ahmed-badawy.com, et sa fonction principale est "Share Every Thing Every Where. Share Any thing to all known social media websites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TheShare

Téléchargez les fichiers d'extension TheShare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
URL Officiel https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
Description Share Every Thing Every Where. Share Any thing to all known social media websites
Taille du Fichier 904 KB
Nombre d'Installations 194
Version Actuelle 2.6
Dernière Mise à Jour 2019-01-08
Date de Publication 2019-01-08
Évaluation 4.22/5 Total 18 Évaluations
Développeur http://ahmed-badawy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://ahmed-badawy.com/extensions/TheShare
Langues Prises en Charge 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"
            ]
        }
    ]
}