Share with Facebook, Twitter, Google+, Email
Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
Share with Facebook, Twitter, Google+, Emailとは何ですか?
Share with Facebook, Twitter, Google+, EmailはAndy Zettによって開発されたChromeの拡張機能で、その主な機能は「Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.」です。
拡張機能のスクリーンショット
Share with Facebook, Twitter, Google+, Email拡張機能のCRXファイルをダウンロード
Share with Facebook, Twitter, Google+, Email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.).
拡張機能の基本情報
名前 | Share with Facebook, Twitter, Google+, Email |
ID | cjhmhnomplgoidnkjdacpmpccmaplnmk |
公式URL | https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk |
説明 | Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle. |
ファイルサイズ | 18.56 KB |
インストール数 | 10,000 |
現在のバージョン | 3.0 |
最終更新日 | 2018-03-11 |
公開日 | 2018-03-11 |
評価 | 4.47/5 合計 210 レビュー |
開発者 | Andy Zett |
支払い方法 | free |
対応言語 | 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" ] } |