Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
Hvad er Everything is Gothic?
Everything is Gothic er en Chrome-udvidelse udviklet af emily hummel, og dens hovedfunktion er "For when you want your web browsing to have a bit more of a gothic flare to it.".
Udvidelsesskærmbilleder
Download Everything is Gothic-udvidelses-CRX-fil
Download Everything is Gothic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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?
Grundlæggende oplysninger om udvidelsen
Navn | Everything is Gothic |
ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
Officiel URL | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
Beskrivelse | For when you want your web browsing to have a bit more of a gothic flare to it. |
Filstørrelse | 41.98 KB |
Antal Installationer | 272 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-07-21 |
Udgivelsesdato | 2015-07-20 |
Bedømmelse | 3.50/5 Samlet 10 Bedømmelser |
Udvikler | emily hummel |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |