Link Share App | Riple
Link Share App that helps share the best web content
什么是Link Share App | Riple?
Link Share App | Riple是由https://riple.io开发的Chrome扩展程序,该扩展的主要功能是“Link Share App that helps share the best web content”。
扩展截图
下载Link Share App | Riple扩展crx文件
下载Link Share App | Riple扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mdpbfkfjdlkphdgfbmocibhipfkfenmc |
| 官方URL | https://chromewebstore.google.com/detail/link-share-app-riple/mdpbfkfjdlkphdgfbmocibhipfkfenmc |
| 简介 | Link Share App that helps share the best web content |
| 文件大小 | 9.41 KB |
| 安装次数 | 81 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2017-04-10 |
| 上架时间 | 2017-04-09 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | https://riple.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://papaly.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Share App | Riple",
"version": "1.0.1",
"short_name": "Link Share App",
"description": "Link Share App that helps share the best web content",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "Share this URL",
"default_popup": "bookmarklet.html"
},
"permissions": [
"activeTab"
],
"incognito": "split"
} | |