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.
擴展基本資訊
名稱 | Simple Share |
ID | pogmhkgpgojoolbdonmccgnnmfopelka |
官方網址 | 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" } |