Zaqwes Guide Lines
Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Wat is Zaqwes Guide Lines?
Zaqwes Guide Lines is een Chrome-extensie ontwikkeld door vda, en de belangrijkste functie is "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zaqwes Guide Lines
Download Zaqwes Guide Lines-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
To check you layout, to be equal to grid. Just put guide lines on page. It very easy to move them in place your needed or rotate, only with your mouse.
Basisinformatie over de Extensie
Naam | Zaqwes Guide Lines |
ID | onfljpbblehppcbakblopbfhmibnefnk |
Officiële URL | https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk |
Beschrijving | Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page. |
Bestandsgrootte | 83.35 KB |
Aantal Installaties | 302 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2014-07-14 |
Publicatiedatum | 2014-07-14 |
Beoordeling | 2.43/5 Totaal 14 Beoordelingen |
Ontwikkelaar | vda |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Guide Lines", "version": "0.0.2", "manifest_version": 2, "description": "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.", "background": { "page": "background.html" }, "icons": { "16": "zaqwes.png", "48": "zaqwes.png", "128": "zaqwes.png" }, "browser_action": { "default_icon": "zaqwes.png", "default_title": "Click to add guide line" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "jquery.1.8.js", "zaqwes.js" ] } ] } |