Dinosaur Comics Easter Eggs

Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html

什么是Dinosaur Comics Easter Eggs?

Dinosaur Comics Easter Eggs是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html”。

扩展截图

screenshot

下载Dinosaur Comics Easter Eggs扩展crx文件

下载Dinosaur Comics Easter Eggs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Every one of Ryan North's Dinosaur Comics has three hidden Easter Eggs; this extension shows them to you right under the comic.                    

扩展基本信息

名称 Dinosaur Comics Easter Eggs Dinosaur Comics Easter Eggs
ID bojkkeeefjmeogpgnlomodfkkfkfhabj
官方URL https://chrome.google.com/webstore/detail/dinosaur-comics-easter-eg/bojkkeeefjmeogpgnlomodfkkfkfhabj
简介 Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html
文件大小 4.85 KB
安装次数 229
当前版本 1.3
更新时间 2014-08-11
上架时间 2014-08-11
评分 4.81/5 共27次评分
开发者 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "dinosaur.js"
            ],
            "matches": [
                "http:\/\/qwantz.com\/*",
                "http:\/\/www.qwantz.com\/*"
            ]
        }
    ],
    "description": "Show easter eggs for Dinosaur Comics.  Based on this script: http:\/\/userscripts-mirror.org\/scripts\/review\/128475.html",
    "name": "Dinosaur Comics Easter Eggs",
    "version": "1.3",
    "manifest_version": 2
}