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 อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [] } |