Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
什麼是Easy Share?
Easy Share是由Cloudymedia.com開發的Chrome擴展程式,該擴展的主要功能是“Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.”。
擴展截圖
下載Easy Share擴展crx文件
下載Easy Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else. Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail. NEW: Remembers the services selected in last session.
擴展基本資訊
名稱 | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
官方網址 | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
簡介 | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
檔案大小 | 133 KB |
安裝次數 | 2,549 |
目前版本 | 1.8.1 |
更新時間 | 2013-10-24 |
上架時間 | 2013-10-24 |
評分 | 4.36/5 共 45 次評分 |
開發者 | Cloudymedia.com |
付費類型 | free |
擴展官網 | http://www.cloudymedia.com/easy-share/ |
說明頁面URL | https://github.com/emilioastarita/easy-share |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Share", "version": "1.8.1", "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "take-screen.js" ] } ], "permissions": [ "tabs" ], "page_action": { "default_name": "Easy Share", "default_icon": "marker.png", "default_popup": "popup.html" }, "manifest_version": 2 } |