XKCD+R

Display Reddit's best comments along XKCD strips!

XKCD+R là gì?

XKCD+R là một tiện ích mở rộng Chrome được phát triển bởi Florian Laurent, và tính năng chính của nó là "Display Reddit's best comments along XKCD strips!".

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

screenshot

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

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

                        When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic.

Extension by Florian Laurent
Original logo design by Q

Source: https://github.com/MasterScrat/XKCDR                    

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

Tên XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
URL Chính Thức https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
Mô tả Display Reddit's best comments along XKCD strips!
Kích Thước Tệp 98.51 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2015-11-01
Ngày Phát Hành 2015-11-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Florian Laurent
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Display Reddit's best comments along XKCD strips!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XKCD+R",
    "page_action": {
        "default_icon": "icons\/icon38.png",
        "default_title": "XKCD+R"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/xkcd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.13"
}