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文件

下载Culture Japan Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}