tachyons-x-ray
Browser extension for tachyons-debug
Cos'è tachyons-x-ray?
tachyons-x-ray è un'estensione di Chrome sviluppata da https://tachyons.io, e la sua funzione principale è "Browser extension for tachyons-debug".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tachyons-x-ray
Scarica i file di estensione tachyons-x-ray in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | tachyons-x-ray |
ID | lbepbkiknibiobnbanhggglkmpkbdiim |
URL Ufficiale | https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim |
Descrizione | Browser extension for tachyons-debug |
Dimensione del File | 32.03 KB |
Conteggio Installazioni | 1,751 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2016-09-14 |
Data di Pubblicazione | 2016-09-14 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | https://tachyons.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tachyons.io/docs/debug-grid/ |
URL della Pagina di Aiuto | https://github.com/johnotander/tachyons-x-ray |
Lingue Supportate | 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" ] } |