FlowReader Notifier

Extension for FlowReader news reader

FlowReader Notifier란 무엇입니까?

FlowReader Notifier은(는) http://flowreader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for FlowReader news reader"입니다.

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

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

확장 프로그램 사용 설명서

                        FlowReader is a simpler, faster way to manage your online content. Add your favorite social networks like YouTube or Twitter, import your feeds, and start enjoying all your updates in a single flow.                    

확장 프로그램 기본 정보

이름 FlowReader Notifier FlowReader Notifier
ID hmddibhbccbkjkhiemhkmkidhfcfhnhp
공식 URL https://chrome.google.com/webstore/detail/flowreader-notifier/hmddibhbccbkjkhiemhkmkidhfcfhnhp
설명 Extension for FlowReader news reader
파일 크기 184 KB
설치 횟수 22
현재 버전 1.0.0
최근 업데이트 2016-02-15
출시 날짜 2016-02-09
평점 5.00/5 총 2 개의 평점
개발자 http://flowreader.com
결제 유형 free
확장 프로그램 웹 사이트 http://flowreader.com
도움말 페이지 URL http://flowreader.userecho.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlowReader Notifier",
    "description": "__MSG_ExtensionDescription__",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "webRequest",
        "*:\/\/flowreader.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/flowreader.com\/*"
        ]
    },
    "optional_permissions": [
        "background"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_inactive.png",
        "default_title": "FlowReader Notifier",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/flowreader.api.js",
            "scripts\/core.js"
        ]
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "minimum_chrome_version": "26"
}