xkcd - New Tab Page

Override the new tab page with an xkcd comic viewer.

xkcd - New Tab Page là gì?

xkcd - New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Nick Morgan, và tính năng chính của nó là "Override the new tab page with an xkcd comic viewer.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xkcd - New Tab Page

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

                        An xkcd new tab page for Google Chrome, an extension of romance, sarcasm, math, and language.

Displays the most recent xkcd comic on the new tab page instead of the original content provided by Chrome.

Has a bookmarks bar and a link to the newest What-If, also published by xkcd.

All comics provided by http://xkcd.com/                    

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

Tên xkcd - New Tab Page xkcd - New Tab Page
ID cjakkpghoepnjecfepbmmfofbbjijmgh
URL Chính Thức https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh
Mô tả Override the new tab page with an xkcd comic viewer.
Kích Thước Tệp 14.76 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2014-11-02
Ngày Phát Hành 2014-11-01
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Nick Morgan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd - New Tab Page",
    "short_name": "xkcd-ntp",
    "version": "1.9",
    "description": "Override the new tab page with an xkcd comic viewer.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Nick Morgan",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "xkcd-ntp.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "https:\/\/*\/",
        "http:\/\/xkcd.com\/"
    ]
}