Everything is Gothic

For when you want your web browsing to have a bit more of a gothic flare to it.

什么是Everything is Gothic?

Everything is Gothic是由emily hummel开发的Chrome扩展程序,该扩展的主要功能是“For when you want your web browsing to have a bit more of a gothic flare to it.”。

扩展截图

screenshot
screenshot
screenshot

下载Everything is Gothic扩展crx文件

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

扩展使用说明

                        Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?                    

扩展基本信息

名称 Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
官方URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
简介 For when you want your web browsing to have a bit more of a gothic flare to it.
文件大小 41.98 KB
安装次数 272
当前版本 1.0
更新时间 2015-07-21
上架时间 2015-07-20
评分 3.50/5 共10次评分
开发者 emily hummel
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Gothic",
    "version": "1.0",
    "description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
    "author": "Emily Hummel",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}