Share with Facebook, Twitter, Google+, Email
Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
Was ist Share with Facebook, Twitter, Google+, Email?
Share with Facebook, Twitter, Google+, Email ist eine Chrome-Erweiterung, die von Andy Zett entwickelt wurde, und ihr Hauptmerkmal ist "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.".
Erweiterungsscreenshots
Share with Facebook, Twitter, Google+, Email-Erweiterungs-CRX-Datei herunterladen
Laden Sie Share with Facebook, Twitter, Google+, Email-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.).
Grundlegende Informationen zur Erweiterung
Name | Share with Facebook, Twitter, Google+, Email |
ID | cjhmhnomplgoidnkjdacpmpccmaplnmk |
Offizielle URL | https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk |
Beschreibung | Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle. |
Dateigröße | 18.56 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 3.0 |
Letztes Update | 2018-03-11 |
Veröffentlichungsdatum | 2018-03-11 |
Bewertung | 4.47/5 Insgesamt 210 Bewertungen |
Entwickler | Andy Zett |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |