Comfortable RPubs

Extension for comfortable reading the articles of RPubs.

Comfortable RPubs là gì?

Comfortable RPubs là một tiện ích mở rộng Chrome được phát triển bởi hoxo_m, và tính năng chính của nó là "Extension for comfortable reading the articles of RPubs.".

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

screenshot
screenshot

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

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

                        1. Change CSS for more comfortable reading.
2. Change hyperlink target to "_blank" to open new tab.
3. Search articles
4. RSS feed
5. Solved the problem that mixing HTTPS with HTTP                    

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

Tên Comfortable RPubs Comfortable RPubs
ID noighcjkbkmjmpmfopmpmefoiaddgijo
URL Chính Thức https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo
Mô tả Extension for comfortable reading the articles of RPubs.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2014-07-06
Ngày Phát Hành 2014-07-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hoxo_m
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comfortable RPubs",
    "description": "__MSG_extDescription__",
    "version": "0.0.6",
    "page_action": {
        "default_icon": ".\/icon_016.png",
        "default_title": "__MSG_popupTitle__",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rpubs.com\/*",
                "http:\/\/rstudio-pubs-static.s3.amazonaws.com\/*",
                "https:\/\/rpubs.com\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.js",
                "myscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": ".\/icon_016.png",
        "48": ".\/icon_048.png",
        "128": ".\/icon_128.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "default_locale": "en"
}