TheHinduIAS
Chrome application to highlight the articles to read.
ما هو TheHinduIAS؟
TheHinduIAS هو إضافة Chrome تم تطويرها بواسطة https://www.iamsugan.in، والميزة الرئيسية لها هي "Chrome application to highlight the articles to read.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TheHinduIAS
قم بتنزيل ملفات الامتداد TheHinduIAS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [] } |