XKCD substitutions
Making the web a stranger better place.
O que é XKCD substitutions?
XKCD substitutions é uma extensão do Chrome desenvolvida por alec.posney, e sua principal característica é "Making the web a stranger better place.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão XKCD substitutions
Baixe arquivos de extensão XKCD substitutions 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
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
Informações Básicas da Extensão
Nome | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
URL Oficial | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
Descrição | Making the web a stranger better place. |
Tamanho do Arquivo | 432 KB |
Contagem de Instalações | 8,032 |
Versão Atual | 1.4.1 |
Última Atualização | 2016-03-13 |
Data de Publicação | 2016-03-13 |
Classificação | 4.54/5 Total de 301 Avaliações |
Desenvolvedor | alec.posney |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |