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