Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Guidesとは何ですか?
GuidesはStefano Vollonoによって開発されたChromeの拡張機能で、その主な機能は「This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned」です。
拡張機能のスクリーンショット
Guides拡張機能のCRXファイルをダウンロード
Guides拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned. 1. ESC key or click on browser icon to exit/enter the application. 2. Double click on a ruler to create a new guide. 3. Double click on a guide to delete it.
拡張機能の基本情報
名前 | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
公式URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
説明 | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
ファイルサイズ | 14.65 KB |
インストール数 | 2,014 |
現在のバージョン | 2.1.1 |
最終更新日 | 2022-03-22 |
公開日 | 2017-06-24 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | Stefano Vollono |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/StefanoVollono/guides |
ヘルプページのURL | https://github.com/StefanoVollono/guides/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guides", "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned", "version": "2.1.1", "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/icons\/icon19.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/hruler.png", "images\/vruler.png" ], "matches": [ " |