Feed2Mail

Get updates from your favorite websites with Feed2Mail.

Feed2Mail क्या है?

Feed2Mail https://www.feed2mail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get updates from your favorite websites with Feed2Mail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feed2Mail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get instant updates from your favorite websites by using this extension and Feed2Mail service:

1. Go to the website you are interested in getting updates from.
2. Click the extension icon on your address bar to create a Feed2Mail subscription.

The extension icon will appear automatically on a website with a valid RSS or Atom feed.

*** NEW on Feed2Mail

- Follow any website, even if it doesn't offer feeds. Enter a website address on Feed2Mail to start receiving updates.

- Text alerts (paid feature).                    

एक्सटेंशन की मूल जानकारी

नाम Feed2Mail Feed2Mail
ID aofgeocedkemdjjnejbilobbcahcakop
आधिकारिक URL https://chromewebstore.google.com/detail/feed2mail/aofgeocedkemdjjnejbilobbcahcakop
विवरण Get updates from your favorite websites with Feed2Mail.
फ़ाइल का आकार 91.42 KB
स्थापना संख्या 591
वर्तमान संस्करण 2.3.6
अंतिम अपडेट 2015-01-25
प्रकाशन तिथि 2015-01-25
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.feed2mail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.feed2mail.com
समर्थित भाषाएँ 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",
    "background": {
        "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",
    "description": "Get updates from your favorite websites with Feed2Mail.",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "Feed2Mail",
    "page_action": {
        "default_icon": "feed-icon-16x16.png",
        "default_popup": "popup.html",
        "default_title": "Follow this website with Feed2Mail"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.3.6",
    "web_accessible_resources": [
        "iframe.js",
        "style.css"
    ]
}