Shoyu RSS/Atom Feed Updates
Simple feed updater.
Shoyu RSS/Atom Feed Updates क्या है?
Shoyu RSS/Atom Feed Updates cmacgreg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple feed updater."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shoyu RSS/Atom Feed Updates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* 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 } |