Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
O que é Everything is Gothic?
Everything is Gothic é uma extensão do Chrome desenvolvida por emily hummel, e sua principal característica é "For when you want your web browsing to have a bit more of a gothic flare to it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Everything is Gothic
Baixe arquivos de extensão Everything is Gothic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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?
Informações Básicas da Extensão
Nome | Everything is Gothic |
ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
URL Oficial | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
Descrição | For when you want your web browsing to have a bit more of a gothic flare to it. |
Tamanho do Arquivo | 41.98 KB |
Contagem de Instalações | 272 |
Versão Atual | 1.0 |
Última Atualização | 2015-07-21 |
Data de Publicação | 2015-07-20 |
Classificação | 3.50/5 Total de 10 Avaliações |
Desenvolvedor | emily hummel |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |