IBM Grid Checker
Check how any page lines up with IBM Grid. Just press CTRL+G.
O que é IBM Grid Checker?
IBM Grid Checker é uma extensão do Chrome desenvolvida por IBM Design, e sua principal característica é "Check how any page lines up with IBM Grid. Just press CTRL+G.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IBM Grid Checker
Baixe arquivos de extensão IBM Grid Checker 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
Check how any page lines up with IBM Grid. Just press CTRL+G.
Informações Básicas da Extensão
Nome | IBM Grid Checker |
ID | pldabmdegaljijpjldajlemcdfghmdib |
URL Oficial | https://chromewebstore.google.com/detail/ibm-grid-checker/pldabmdegaljijpjldajlemcdfghmdib |
Descrição | Check how any page lines up with IBM Grid. Just press CTRL+G. |
Tamanho do Arquivo | 4.95 MB |
Contagem de Instalações | 117 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-10-06 |
Data de Publicação | 2017-10-06 |
Desenvolvedor | IBM Design |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/IBM/grid-checker |
URL da Página de Ajuda | https://github.com/IBM/grid-checker/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IBM Grid Checker", "version": "1.0.0", "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2, "description": "Check how any page lines up with IBM Grid. Just press CTRL+G.", "homepage_url": "https:\/\/github.com\/ibm\/grid-checker", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "IBM Grid Checker", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |