TheHinduIAS
Chrome application to highlight the articles to read.
TheHinduIAS क्या है?
TheHinduIAS https://www.iamsugan.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome application to highlight the articles to read."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TheHinduIAS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome plugin to find the right article to read for your civil service preparation.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hnmhbccejffinlkbdlallfdmdeajhmgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb |
विवरण | Chrome application to highlight the articles to read. |
फ़ाइल का आकार | 66.34 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2015-11-16 |
प्रकाशन तिथि | 2015-11-16 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.iamsugan.in |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.3", "manifest_version": 2, "default_locale": "en", "icons": { "64": "images\/icon-64.png" }, "permissions": [ "tabs", "contextMenus", "http:\/\/www.thehindu.com\/*", "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/www.thehindu.com\/todays-paper\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "scripts\/content-script.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "data\/keywords.json" ], "page_action": [] } |