Culture Japan Reader

Keeps you updated on the latest news from the Culture Japan world!

Culture Japan Reader란 무엇입니까?

Culture Japan Reader은(는) Fred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps you updated on the latest news from the Culture Japan world!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Culture Japan Reader is a Chrome Extension that keeps you updated on the latest news from Danny Choo!
You'll not only be able to check the latest news from any website, but you'll also be notified when a new article/post/tweet is published :)

Have fun with it!

New in version 0.3:
- Design revamped;

New in version 0.2.3:
- Caching;
- Italian localisation;

New in version 0.2:
- Desktop notifications;
- Facebook and Twitter integration;                    

확장 프로그램 기본 정보

이름 Culture Japan Reader Culture Japan Reader
ID ilgibnafkopeickmjeajkghionjaddda
공식 URL https://chromewebstore.google.com/detail/culture-japan-reader/ilgibnafkopeickmjeajkghionjaddda
설명 Keeps you updated on the latest news from the Culture Japan world!
파일 크기 542 KB
설치 횟수 403
현재 버전 0.3.0.3
최근 업데이트 2015-02-01
출시 날짜 2015-01-31
평점 4.45/5 총 20 개의 평점
개발자 Fred
결제 유형 free
확장 프로그램 웹 사이트 http://www.culturejapan.jp/
도움말 페이지 URL http://twitter.com/zntfdr
지원되는 언어 en,en-US,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "0.3.0.3",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "img\/icon16_cj.png",
        "48": "img\/icon48_cj.png",
        "128": "img\/icon128_cj.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "_generated_background_page.html"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/jquery.js",
            "scripts\/lib\/analytics.js",
            "scripts\/lib\/oauth.js",
            "scripts\/lib\/sha1.js",
            "scripts\/lib\/date.js",
            "scripts\/twitter.js",
            "scripts\/background.js",
            "scripts\/notifications.js",
            "scripts\/parser.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16_cj.png",
        "default_title": "Culture Japan Reader",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/feeds.feedburner.com\/dannychoo_com_main_article_feed_eng",
        "http:\/\/images.dannychoo.com\/",
        "notifications",
        "https:\/\/api.twitter.com\/",
        "http:\/\/*.twimg.com\/",
        "https:\/\/www.facebook.com\/",
        "http:\/\/*.fbcdn.net\/"
    ]
}