Just Share
Android style sharing.
什么是Just Share?
Just Share是由Eyal Shalev开发的Chrome扩展程序,该扩展的主要功能是“Android style sharing.”。
扩展截图
下载Just Share扩展crx文件
下载Just Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Just Share you can do just that. This Extension provides you with large links and absolutely no options or ads (Yack!). Clicking on the button will open the popup window with currently only 4 sharing options. Tweet, Email, Share to Facebook & Send via Facebook (more will come later. Have fun and Enjoy.
扩展基本信息
名称 | |
ID | fmjhfiffdmgoofbejddcgedconkifhjn |
官方URL | https://chromewebstore.google.com/detail/just-share/fmjhfiffdmgoofbejddcgedconkifhjn |
简介 | Android style sharing. |
文件大小 | 342 KB |
安装次数 | 115 |
当前版本 | 1.0.1 |
更新时间 | 2013-06-16 |
上架时间 | 2013-06-16 |
开发者 | Eyal Shalev |
付费类型 | free |
扩展官网 | https://plus.google.com/communities/106009259860450742359 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Share", "version": "1.0.1", "manifest_version": 2, "description": "Android style sharing.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |