Zaqwes Guide Lines
Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Zaqwes Guide Linesとは何ですか?
Zaqwes Guide Linesはvdaによって開発されたChromeの拡張機能で、その主な機能は「Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.」です。
拡張機能のスクリーンショット
Zaqwes Guide Lines拡張機能のCRXファイルをダウンロード
Zaqwes Guide Lines拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Zaqwes Guide Lines |
ID | onfljpbblehppcbakblopbfhmibnefnk |
公式URL | https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk |
説明 | Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page. |
ファイルサイズ | 83.35 KB |
インストール数 | 302 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-07-14 |
公開日 | 2014-07-14 |
評価 | 2.43/5 合計 14 レビュー |
開発者 | vda |
支払い方法 | free |
対応言語 | 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" ] } ] } |