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
公式URL 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\/"
    ]
}