Zaqwes Guide Lines
Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
What is Zaqwes Guide Lines?
Zaqwes Guide Lines is a Chrome extension developed by vda, and its main feature is "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".
Extension Screenshots
Download Zaqwes Guide Lines Extension CRX File
Download Zaqwes Guide Lines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zaqwes Guide Lines |
ID | onfljpbblehppcbakblopbfhmibnefnk |
Official URL | https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk |
Description | Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page. |
File Size | 83.35 KB |
Installation Count | 302 |
Current Version | 0.0.2 |
Last Updated | 2014-07-14 |
Publish Date | 2014-07-14 |
Rating | 2.43/5 Total 14 Ratings |
Developer | vda |
Payment Type | free |
Supported Languages | 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" ] } ] } |