xkcd - Comics Viewer

View xkcd comics from any page.

xkcd - Comics Viewer là gì?

xkcd - Comics Viewer là một tiện ích mở rộng Chrome được phát triển bởi andytu, và tính năng chính của nó là "View xkcd comics from any page.".

Ả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 xkcd - Comics Viewer

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

                        Read your favourite web comic xkcd directly on Chrome!

Features:
- Enjoy a beautiful, clean interface for reading xkcd comics
- Navigate and search for any xkcd comic
- Access explanations of comics from explainxkcd.com easily
- Access your recently browsed comics

Feel free to report bugs or submit suggestions in the "Support" tab above.

All comics and related artwork belong to Randall Munroe, of xkcd.com                    

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

Tên xkcd - Comics Viewer xkcd - Comics Viewer
ID nmanlcmfmdmfcijmocmihompgjcljacd
URL Chính Thức https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd
Mô tả View xkcd comics from any page.
Kích Thước Tệp 36.99 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-24
Đánh Giá 4.69/5 Tổng số 13 Đánh Giá
Nhà Phát Triển andytu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Andy Tu",
    "name": "xkcd - Comics Viewer",
    "short_name": "xkcd-view",
    "description": "View xkcd comics from any page.",
    "version": "2.0.2",
    "icons": {
        "128": "assets\/xkcd_128.png",
        "48": "assets\/xkcd_48.png"
    },
    "browser_action": {
        "default_icon": "assets\/xkcd_128.png",
        "default_popup": "bin\/xkcd.html",
        "default_name": "View xkcd"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/xkcd.com\/*",
        "storage"
    ]
}