Shoyu RSS/Atom Feed Updates
Simple feed updater.
Shoyu RSS/Atom Feed Updatesとは何ですか?
Shoyu RSS/Atom Feed Updatesはcmacgregによって開発されたChromeの拡張機能で、その主な機能は「Simple feed updater.」です。
拡張機能のスクリーンショット
Shoyu RSS/Atom Feed Updates拡張機能のCRXファイルをダウンロード
Shoyu RSS/Atom Feed Updates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Check RSS and Atom feeds for updates, on-demand, within Chrome
* View feeds with a compatible RSS preview extension (available separately)
* Manage feeds with the standard Chrome bookmark manager
"Shoyu Feed Updates" is a FAST, easy way to keep up to date with your favorite feeds without using an online reader service; you might like it if you:
* don't check hundreds of feeds
* don't want feeds to look like e-mail
* do miss the "Sage RSS" extension from Firefox
Recent changes:
* Nothing, other than manifest version 2 support
* but, hopefully some major improvements very soon!
Chrome has no built-in facility for feed detection, preview, or subscriptions; we recommend the original "Google RSS Subscription Extension" or our own "Shoyu Feed Preview", available at:
https://chrome.google.com/extensions/detail/ilicaedjojicckapfpfdoakbehjpfkah 拡張機能の基本情報
| 名前 | |
| ID | opnimlbiokbgomihhpobbgnlfolgdada |
| 公式URL | https://chrome.google.com/webstore/detail/shoyu-rssatom-feed-update/opnimlbiokbgomihhpobbgnlfolgdada |
| 説明 | Simple feed updater. |
| ファイルサイズ | 33.36 KB |
| インストール数 | 396 |
| 現在のバージョン | 1.0.4.5 |
| 最終更新日 | 2013-07-06 |
| 公開日 | 2013-07-06 |
| 評価 | 4.31/5 合計 13 レビュー |
| 開発者 | cmacgreg |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://code.google.com/p/shoyu/ |
| ヘルプページのURL | http://twitter.com/cmacgreg |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js",
"us.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "shoyu-icon-128x128.png",
"default_title": "Feeds",
"default_popup": "popup.html"
},
"description": "Simple feed updater.",
"icons": {
"128": "shoyu-icon-128x128-no-unread.png"
},
"name": "Shoyu RSS\/Atom Feed Updates",
"options_page": "options.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"bookmarks",
"tabs"
],
"version": "1.0.4.5",
"manifest_version": 2
} | |