RSS Reader

RSS reader Feedmee.ru

RSS Reader란 무엇입니까?

RSS Reader은(는) Astaffy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RSS reader Feedmee.ru"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Удобный и простой в обращении RSS reader, выполненый в плоском стиле, поможет вам оставаться в курсе всех самых свежих новостей.                    

확장 프로그램 기본 정보

이름 RSS Reader RSS Reader
ID eeapmehbjmpcahmipcacolhecckkmage
공식 URL https://chromewebstore.google.com/detail/rss-reader/eeapmehbjmpcahmipcacolhecckkmage
설명 RSS reader Feedmee.ru
파일 크기 725 KB
설치 횟수 170
현재 버전 1.1
최근 업데이트 2014-08-06
출시 날짜 2014-08-06
평점 4.00/5 총 6 개의 평점
개발자 Astaffy.com
결제 유형 free
확장 프로그램 웹 사이트 http://feedmee.ru
지원되는 언어 de,en,no,tr,es,pl,sk,fi,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Reader",
    "short_name": "Feedmee",
    "description": "RSS reader Feedmee.ru",
    "version": "1.1",
    "default_locale": "ru",
    "background": {
        "scripts": [
            "lingua.js",
            "jquery-2.0.3.min.js",
            "base64.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "blacknwhite.png",
        "name": "RSS",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "management",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "subscribe.html",
        "loading-bar.gif",
        "16x16.png"
    ]
}