xkcd - New Tab Page

Override the new tab page with an xkcd comic viewer.

什麼是xkcd - New Tab Page?

xkcd - New Tab Page是由Nick Morgan開發的Chrome擴展程式,該擴展的主要功能是“Override the new tab page with an xkcd comic viewer.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載xkcd - New Tab Page擴展crx文件

下載xkcd - New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 xkcd - New Tab Page xkcd - New Tab Page
ID cjakkpghoepnjecfepbmmfofbbjijmgh
官方網址 https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh
簡介 Override the new tab page with an xkcd comic viewer.
檔案大小 14.76 KB
安裝次數 200
目前版本 1.9
更新時間 2014-11-02
上架時間 2014-11-01
評分 5.00/5 共 13 次評分
開發者 Nick Morgan
付費類型 free
支援的語言 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\/"
    ]
}