QuickGrid
Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
Cos'è QuickGrid?
QuickGrid è un'estensione di Chrome sviluppata da @rubencodes, e la sua funzione principale è "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickGrid
Scarica i file di estensione QuickGrid 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
This extension overlays a grid on any page to assist you in designing pixel-perfectly aligned websites. All hover and click events continue to operate as expected despite the overlay, allowing you to see how any events affect alignment. This tool is free to use, and open-source; all code can be found at: https://github.com/rubencodes/QuickGrid Copyright © 2020 Ruben.Codes | Ruben Martinez Jr.
Informazioni di Base sull'Estensione
Nome | QuickGrid |
ID | pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
URL Ufficiale | https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
Descrizione | Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid |
Dimensione del File | 7.54 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2020-07-15 |
Data di Pubblicazione | 2015-04-02 |
Valutazione | 3.00/5 Totale 3 Valutazioni |
Sviluppatore | @rubencodes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rubencodes/QuickGrid |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickGrid", "description": "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https:\/\/github.com\/rmartinez93\/QuickGrid", "version": "2.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "QuickGrid", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |