QuickGrid
Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
Qu'est-ce que QuickGrid ?
QuickGrid est une extension Chrome développée par @rubencodes, et sa fonction principale est "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickGrid
Téléchargez les fichiers d'extension QuickGrid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | QuickGrid |
ID | pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
URL Officiel | https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
Description | Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid |
Taille du Fichier | 7.54 KB |
Nombre d'Installations | 160 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2020-07-15 |
Date de Publication | 2015-04-02 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | @rubencodes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rubencodes/QuickGrid |
Langues Prises en Charge | 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 } |