CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
O que é CodinGame Toolbox?
CodinGame Toolbox é uma extensão do Chrome desenvolvida por Husenap, e sua principal característica é "An extension containing some handy tools for the CodinGame website".
Baixar o arquivo CRX da Extensão CodinGame Toolbox
Baixe arquivos de extensão CodinGame Toolbox 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
Tools: - Turn the page into a chat only tab, nothing else. - Remove the chat entirely and fill out the rest of the space with the current page.
Informações Básicas da Extensão
Nome | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
URL Oficial | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Descrição | An extension containing some handy tools for the CodinGame website |
Tamanho do Arquivo | 52.99 KB |
Contagem de Instalações | 117 |
Versão Atual | 1.2 |
Última Atualização | 2016-11-26 |
Data de Publicação | 2016-11-26 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Husenap |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodinGame Toolbox", "version": "1.2", "description": "An extension containing some handy tools for the CodinGame website", "author": "Husenap", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent" ] } |