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
官方網址 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"
    }
}