RSS Alert

Notifies user of new posts in RSS feeds

RSS Alert란 무엇입니까?

RSS Alert은(는) adamzr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies user of new posts in RSS feeds"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once!

The permissions required are to use Google's Feed API.

Icons by: http://www.fasticon.com
Thank you to TechEmpower!                    

확장 프로그램 기본 정보

이름 RSS Alert RSS Alert
ID lemgijjifkaldmklohlmjaplmfobgich
공식 URL https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich
설명 Notifies user of new posts in RSS feeds
파일 크기 78.41 KB
설치 횟수 2,129
현재 버전 0.3
최근 업데이트 2014-12-01
출시 날짜 2014-11-30
평점 2.85/5 총 34 개의 평점
개발자 adamzr
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/adamzr/RSS-Alert/
도움말 페이지 URL https://github.com/adamzr/RSS-Alert/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Alert",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Notifies user of new posts in RSS feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "RSS Alert",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert",
    "permissions": [
        "notifications",
        "https:\/\/www.google.com\/*",
        "https:\/\/ssl.google-analytics.com\/*",
        "unlimitedStorage",
        "storage"
    ]
}