The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
O que é The Fantastic Comic Sans MS Browser?
The Fantastic Comic Sans MS Browser é uma extensão do Chrome desenvolvida por Yannick.Armspach, e sua principal característica é "Rot your browser with the Fantastic Comic Sans MS !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Fantastic Comic Sans MS Browser
Baixe arquivos de extensão The Fantastic Comic Sans MS Browser 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
All the internet with the Fantastic Comic Sans MS font !
Informações Básicas da Extensão
Nome | The Fantastic Comic Sans MS Browser |
ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
URL Oficial | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
Descrição | Rot your browser with the Fantastic Comic Sans MS ! |
Tamanho do Arquivo | 130 KB |
Contagem de Instalações | 201 |
Versão Atual | 1.0.0 |
Última Atualização | 2012-12-12 |
Data de Publicação | 2012-12-12 |
Classificação | 4.27/5 Total de 22 Avaliações |
Desenvolvedor | Yannick.Armspach |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Fantastic Comic Sans MS Browser", "version": "1.0.0", "manifest_version": 2, "description": "Rot your browser with the Fantastic Comic Sans MS !", "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |