Share everything!

Share ALL the things!

Qu'est-ce que Share everything! ?

Share everything! est une extension Chrome développée par arktiv.site, et sa fonction principale est "Share ALL the things!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Share everything!

Téléchargez les fichiers d'extension Share everything! 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

                        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/                    

Informations de Base sur l'Extension

Nom Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
URL Officiel https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Description Share ALL the things!
Taille du Fichier 13.25 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2018-11-02
Date de Publication 2018-11-02
Développeur arktiv.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://arktiv.site/extensions/
Langues Prises en Charge 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"
    }
}