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
} | |