Feed2Mail

Get updates from your favorite websites with Feed2Mail.

Feed2Mail란 무엇입니까?

Feed2Mail은(는) https://www.feed2mail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get updates from your favorite websites with Feed2Mail."입니다.

확장 프로그램 스크린샷

screenshot

Feed2Mail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}