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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emily hummel และคุณลักษณะหลักของมันคือ "For when you want your web browsing to have a bit more of a gothic flare to it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Everything is Gothic

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}