Daily Calvin & Hobbes

Presenting you with the daily Calvin & Hobbes comic strip.

Daily Calvin & Hobbesとは何ですか?

Daily Calvin & Hobbesはirene-linによって開発されたChromeの拡張機能で、その主な機能は「Presenting you with the daily Calvin & Hobbes comic strip.」です。

拡張機能のスクリーンショット

screenshot

Daily Calvin & Hobbes拡張機能のCRXファイルをダウンロード

Daily Calvin & Hobbes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An ajax call is used to get the daily comic from http://www.gocomics.com/calvinandhobbes. The date is displayed above the comic and the background is randomized. Each background image is positioned uniquely for the most optimal aesthetics such that resizing has minimal effects. The background image changes every 30 seconds or on a mouse click.                    

拡張機能の基本情報

名前 Daily Calvin & Hobbes Daily Calvin & Hobbes
ID cfgifaibfjjnjjffifffakeijkoohfkj
公式URL https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj
説明 Presenting you with the daily Calvin & Hobbes comic strip.
ファイルサイズ 3.79 MB
インストール数 13
現在のバージョン 1.5
最終更新日 2018-12-29
公開日 2018-12-29
開発者 irene-lin
支払い方法 free
拡張機能のウェブサイト https://github.com/irene-lin/calvin-hobbes-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Calvin & Hobbes",
    "description": "Presenting you with the daily Calvin & Hobbes comic strip.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/www.gocomics.com\/calvinandhobbes"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}