Share with Facebook, Twitter, Google+, Email

Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.

Qu'est-ce que Share with Facebook, Twitter, Google+, Email ?

Share with Facebook, Twitter, Google+, Email est une extension Chrome développée par Andy Zett, et sa fonction principale est "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Share with Facebook, Twitter, Google+, Email

Téléchargez les fichiers d'extension Share with Facebook, Twitter, Google+, Email 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

                        Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading.

Google Apps domains are supported.

This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).                    

Informations de Base sur l'Extension

Nom Share with Facebook, Twitter, Google+, Email Share with Facebook, Twitter, Google+, Email
ID cjhmhnomplgoidnkjdacpmpccmaplnmk
URL Officiel https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk
Description Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
Taille du Fichier 18.56 KB
Nombre d'Installations 10,000
Version Actuelle 3.0
Dernière Mise à Jour 2018-03-11
Date de Publication 2018-03-11
Évaluation 4.47/5 Total 210 Évaluations
Développeur Andy Zett
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share with Facebook, Twitter, Google+, Email",
    "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_title": "Share",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "sharethis-16.png",
        "48": "sharethis-48.png",
        "128": "sharethis-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}