Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
什麼是Simple Share?
Simple Share是由Nicolas Devenet開發的Chrome擴展程式,該擴展的主要功能是“Simply share your current tab by email, to your social networks or your Shaarli!”。
擴展截圖
下載Simple Share擴展crx文件
下載Simple Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
擴展基本資訊
名稱 | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
官方網址 | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
簡介 | Simply share your current tab by email, to your social networks or your Shaarli! |
檔案大小 | 21.59 KB |
安裝次數 | 244 |
目前版本 | 1.1.0 |
更新時間 | 2018-04-16 |
上架時間 | 2018-04-16 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Nicolas Devenet |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Devenet/SimpleShare |
說明頁面URL | https://github.com/Devenet/SimpleShare/issues |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |