Feed2Mail

Get updates from your favorite websites with Feed2Mail.

Qu'est-ce que Feed2Mail ?

Feed2Mail est une extension Chrome développée par https://www.feed2mail.com, et sa fonction principale est "Get updates from your favorite websites with Feed2Mail.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Feed2Mail

Téléchargez les fichiers d'extension Feed2Mail 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

                        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).                    

Informations de Base sur l'Extension

Nom Feed2Mail Feed2Mail
ID aofgeocedkemdjjnejbilobbcahcakop
URL Officiel https://chromewebstore.google.com/detail/feed2mail/aofgeocedkemdjjnejbilobbcahcakop
Description Get updates from your favorite websites with Feed2Mail.
Taille du Fichier 91.42 KB
Nombre d'Installations 591
Version Actuelle 2.3.6
Dernière Mise à Jour 2015-01-25
Date de Publication 2015-01-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.feed2mail.com
Type de Paiement free
Site Web de l'Extension http://www.feed2mail.com
Langues Prises en Charge 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"
    ]
}