Guide lines
Easily check the visual alignment of the page elements.
Guide linesとは何ですか?
Guide linesはimagentleman (José Antonio Chio)によって開発されたChromeの拡張機能で、その主な機能は「Easily check the visual alignment of the page elements.」です。
拡張機能のスクリーンショット
Guide lines拡張機能のCRXファイルをダウンロード
Guide lines拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. Useful to quickly check the alignment of elements in a page. Icon from https://material.io/tools/icons/
拡張機能の基本情報
名前 | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
公式URL | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
説明 | Easily check the visual alignment of the page elements. |
ファイルサイズ | 9.17 KB |
インストール数 | 999 |
現在のバージョン | 5 |
最終更新日 | 2022-04-06 |
公開日 | 2018-06-16 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | imagentleman (José Antonio Chio) |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guide lines", "version": "5", "description": "Easily check the visual alignment of the page elements.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "b16.png", "24": "b24.png", "32": "b32.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "minimum_chrome_version": "88" } |