Simple Share
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
Simple Shareとは何ですか?
Simple ShareはNachiket Vartakによって開発されたChromeの拡張機能で、その主な機能は「Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.」です。
拡張機能のスクリーンショット
Simple Share拡張機能のCRXファイルをダウンロード
Simple Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.
I have added Reddit as an additional service and can add several other services if required. 拡張機能の基本情報
| 名前 | |
| ID | pogmhkgpgojoolbdonmccgnnmfopelka |
| 公式URL | https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka |
| 説明 | Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle. |
| ファイルサイズ | 23.64 KB |
| インストール数 | 687 |
| 現在のバージョン | 2.1.2 |
| 最終更新日 | 2013-11-26 |
| 公開日 | 2013-11-26 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | Nachiket Vartak |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.emergentnoise.com |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "sharethis-19.png",
"default_popup": "popup.html",
"default_title": "Share"
},
"description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
"icons": {
"128": "sharethis-128.png",
"16": "sharethis-16.png",
"48": "sharethis-48.png"
},
"manifest_version": 2,
"name": "Simple Share",
"options_page": "options.html",
"permissions": [
"contextMenus",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.2"
} | |