Culture Japan Reader
Keeps you updated on the latest news from the Culture Japan world!
Culture Japan Reader क्या है?
Culture Japan Reader Fred द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keeps you updated on the latest news from the Culture Japan world!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Culture Japan Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/" ] } |