Culture Japan Reader
Keeps you updated on the latest news from the Culture Japan world!
Culture Japan Reader là gì?
Culture Japan Reader là một tiện ích mở rộng Chrome được phát triển bởi Fred, và tính năng chính của nó là "Keeps you updated on the latest news from the Culture Japan world!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Culture Japan Reader
Tải xuống các tệp mở rộng Culture Japan Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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;
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Culture Japan Reader |
ID | ilgibnafkopeickmjeajkghionjaddda |
URL Chính Thức | https://chromewebstore.google.com/detail/culture-japan-reader/ilgibnafkopeickmjeajkghionjaddda |
Mô tả | Keeps you updated on the latest news from the Culture Japan world! |
Kích Thước Tệp | 542 KB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 0.3.0.3 |
Cập Nhật Lần Cuối | 2015-02-01 |
Ngày Phát Hành | 2015-01-31 |
Đánh Giá | 4.45/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Fred |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.culturejapan.jp/ |
URL Trang Trợ Giúp | http://twitter.com/zntfdr |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |