tachyons-x-ray
Browser extension for tachyons-debug
O que é tachyons-x-ray?
tachyons-x-ray é uma extensão do Chrome desenvolvida por https://tachyons.io, e sua principal característica é "Browser extension for tachyons-debug".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão tachyons-x-ray
Baixe arquivos de extensão tachyons-x-ray 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
BETA Toggle a background grid on any webpage which can help you line elements up vertically and horizontally with each other. Sometimes across large amounts of whitespace it can be tough to see if things are aligned. The background grid comes in an 8px grid.920
Informações Básicas da Extensão
Nome | tachyons-x-ray |
ID | lbepbkiknibiobnbanhggglkmpkbdiim |
URL Oficial | https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim |
Descrição | Browser extension for tachyons-debug |
Tamanho do Arquivo | 32.03 KB |
Contagem de Instalações | 1,751 |
Versão Atual | 1.2.1 |
Última Atualização | 2016-09-14 |
Data de Publicação | 2016-09-14 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | https://tachyons.io |
Tipo de Pagamento | free |
Site da Extensão | http://tachyons.io/docs/debug-grid/ |
URL da Página de Ajuda | https://github.com/johnotander/tachyons-x-ray |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tachyons-x-ray", "description": "Browser extension for tachyons-debug", "version": "1.2.1", "background": { "persistent": false, "scripts": [ "index.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19x.png", "38": "icons\/icon38x.png" } }, "permissions": [ "activeTab" ] } |