Add to uStart (by uStart)
Adds one-click subscription to your toolbar.
什么是Add to uStart (by uStart)?
Add to uStart (by uStart)是由team.ustart开发的Chrome扩展程序,该扩展的主要功能是“Adds one-click subscription to your toolbar.”。
扩展截图
下载Add to uStart (by uStart)扩展crx文件
下载Add to uStart (by uStart)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Add to ustart" quick link button to add RSS feeds to your uStart.org homepage. 扩展基本信息
| 名称 | |
| ID | ejdojpmakfpfcnenobhjdngbdfgkdmjl |
| 官方URL | https://chromewebstore.google.com/detail/add-to-ustart-by-ustart/ejdojpmakfpfcnenobhjdngbdfgkdmjl |
| 简介 | Adds one-click subscription to your toolbar. |
| 文件大小 | 57.76 KB |
| 安装次数 | 748 |
| 当前版本 | 0.1.22 |
| 更新时间 | 2015-12-14 |
| 上架时间 | 2015-12-14 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | team.ustart |
| 付费类型 | free |
| 扩展官网 | http://www.ustart.org |
| 帮助页面URL | http://forum.ustart.org |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background_page": "background.html",
"content_scripts": [
{
"js": [
"sniff_common.js",
"doc_start.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
},
{
"js": [
"sniff_common.js",
"feed_finder.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"name": "__MSG_rss_subscription_name__",
"description": "__MSG_rss_subscription_description__",
"icons": {
"128": "icon128.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCnWlOl+lSSf1NQylNeCYWxVecto\/AzGg+s+y2ya6Vpnl5t0HVZZZH8M4I3XTdJKLe3OjVvJypcI0gra+bHVVs6620VN7gvqb3xQ5ptzXUcB4oJt7geFHpe7ynirw1P2GIdzqE\/yMmwxjcKoOkuOHkxDqJDsO6NzP8zvqti6TTYfwIDAQAB",
"page_action": {
"default_icon": "icon.png",
"default_title": "__MSG_rss_subscription_default_title__",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.1.22",
"manifest_version": 2
} | |