Universal share
Share this page with all you want...
什么是Universal share?
Universal share是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Share this page with all you want...”。
扩展截图
下载Universal share扩展crx文件
下载Universal share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Share or send a webpage anywhere you go on the web to different tools / website like :
o Send by mail, gMail, Free mail (soon)
o Share with Facebook, Google plus, Twitter, (Viadeo, Linkedin soon)
o Display on Google mobilizer, Instapaper mobilizer, Readability
o Convert to RSS via page2RSS
o Add to feedly, Netvibes, The Old Reader
o Add to My Yahoo
(new feature will arrive later) 扩展基本信息
| 名称 | |
| ID | paihghjbgnfoebjlepldifjmndmchnij |
| 官方URL | https://chromewebstore.google.com/detail/universal-share/paihghjbgnfoebjlepldifjmndmchnij |
| 简介 | Share this page with all you want... |
| 文件大小 | 82.87 KB |
| 安装次数 | 455 |
| 当前版本 | 0.23 |
| 更新时间 | 2013-10-18 |
| 上架时间 | 2013-10-18 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Universal share",
"manifest_version": 2,
"version": "0.23",
"options_page": "page_options.html",
"permissions": [
"tabs",
"management"
],
"description": "Share this page with all you want...",
"icons": {
"16": "share16.png",
"19": "share19.png",
"48": "share48.png",
"128": "share128.png"
},
"browser_action": {
"default_icon": "share19.png",
"default_popup": "popup.html",
"default_title": "Share\/send with ..."
}
} | |