TheHinduIAS

Chrome application to highlight the articles to read.

TheHinduIAS là gì?

TheHinduIAS là một tiện ích mở rộng Chrome được phát triển bởi https://www.iamsugan.in, và tính năng chính của nó là "Chrome application to highlight the articles to read.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheHinduIAS

Tải xuống các tệp mở rộng TheHinduIAS 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

                        Chrome plugin to find the right article to read for your civil service preparation.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
URL Chính Thức https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Mô tả Chrome application to highlight the articles to read.
Kích Thước Tệp 66.34 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2015-11-16
Ngày Phát Hành 2015-11-16
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.iamsugan.in
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}