Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
Feedbin.me क्या है?
Feedbin.me https://sites.google.com/site/haroldmartin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Subscribe to RSS and Atom news feeds with Feedbin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Feedbin.me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Detect site feeds and subscribe to them in Feedbin.me from the omnibar.
Based on Google's RSS Subscription Extension
https://github.com/hbmartin/chrome-feedbin एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | obchngnapdeffbdcaonhlobekdfeoekg |
| आधिकारिक URL | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
| विवरण | Subscribe to RSS and Atom news feeds with Feedbin. |
| फ़ाइल का आकार | 69.2 KB |
| स्थापना संख्या | 144 |
| वर्तमान संस्करण | 1.1.1 |
| अंतिम अपडेट | 2014-09-18 |
| प्रकाशन तिथि | 2014-09-18 |
| रेटिंग | 3.33/5 कुल 9 रेटिंग्स |
| डेवलपर | https://sites.google.com/site/haroldmartin |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feedbin.me",
"description": "Subscribe to RSS and Atom news feeds with Feedbin.",
"version": "1.1.1",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"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",
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"manifest_version": 2,
"page_action": {
"default_icon": {
"19": "icon\/blue.png",
"38": "icon\/[email protected]"
}
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |