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