QuickGrid
Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
Wat is QuickGrid?
QuickGrid is een Chrome-extensie ontwikkeld door @rubencodes, en de belangrijkste functie is "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickGrid
Download QuickGrid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QuickGrid |
ID | pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
Officiële URL | https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
Beschrijving | Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid |
Bestandsgrootte | 7.54 KB |
Aantal Installaties | 160 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2020-07-15 |
Publicatiedatum | 2015-04-02 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | @rubencodes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rubencodes/QuickGrid |
Ondersteunde Talen | 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 } |