Shoyu RSS/Atom Feed Updates

Simple feed updater.

什麼是Shoyu RSS/Atom Feed Updates?

Shoyu RSS/Atom Feed Updates是由cmacgreg開發的Chrome擴展程式,該擴展的主要功能是“Simple feed updater.”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Shoyu RSS/Atom Feed Updates Shoyu RSS/Atom Feed Updates
ID opnimlbiokbgomihhpobbgnlfolgdada
官方網址 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
}