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 |
官方網址 | 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) |
電子郵箱 | [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" } |