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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For when you want your web browsing to have a bit more of a gothic flare to it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Everything is Gothic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } ] } |