Everything is Gothic

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

Everything is Gothic là gì?

Everything is Gothic là một tiện ích mở rộng Chrome được phát triển bởi emily hummel, và tính năng chính của nó là "For when you want your web browsing to have a bit more of a gothic flare to it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Everything is Gothic

Tải xuống các tệp mở rộng Everything is Gothic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
URL Chính Thức https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Mô tả For when you want your web browsing to have a bit more of a gothic flare to it.
Kích Thước Tệp 41.98 KB
Số Lần Cài Đặt 272
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-21
Ngày Phát Hành 2015-07-20
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển emily hummel
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}