Shoyu RSS/Atom Feed Updates

Simple feed updater.

Qu'est-ce que Shoyu RSS/Atom Feed Updates ?

Shoyu RSS/Atom Feed Updates est une extension Chrome développée par cmacgreg, et sa fonction principale est "Simple feed updater.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shoyu RSS/Atom Feed Updates

Téléchargez les fichiers d'extension Shoyu RSS/Atom Feed Updates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        * 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                    

Informations de Base sur l'Extension

Nom Shoyu RSS/Atom Feed Updates Shoyu RSS/Atom Feed Updates
ID opnimlbiokbgomihhpobbgnlfolgdada
URL Officiel https://chrome.google.com/webstore/detail/shoyu-rssatom-feed-update/opnimlbiokbgomihhpobbgnlfolgdada
Description Simple feed updater.
Taille du Fichier 33.36 KB
Nombre d'Installations 396
Version Actuelle 1.0.4.5
Dernière Mise à Jour 2013-07-06
Date de Publication 2013-07-06
Évaluation 4.31/5 Total 13 Évaluations
Développeur cmacgreg
Type de Paiement free
Site Web de l'Extension http://code.google.com/p/shoyu/
URL de la Page d'Aide http://twitter.com/cmacgreg
Langues Prises en Charge 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
}