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 |
官方URL | 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 } |