SnapGuide
Chrome extension for measuring elements on page
什麼是SnapGuide?
SnapGuide是由Alex開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for measuring elements on page”。
擴展截圖
下載SnapGuide擴展crx文件
下載SnapGuide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SnapGuide is a tool that brings Photoshop-like guides to web. It lets you put down guides that snap intelligently to the page content. It snaps to borders and padding, and will even snap to the baseline of text. There is on-screen help with a list of shortcuts. Unlike some extensions it will not interfere with any webpage you visit unless you click the SnapGuide icon. Once installed: Click icon or Alt+Shift+S to activate. Read help, or press Space to dismiss it. Mouse over document, observe that rules snap to useful positions (including baselines!), and use keys as follows: V – add vertical guide H – add horizontal guide Q – remove all guides ←, ↑, →, ↓ – move cursor 1px (+ Shift for x10) Space – toggle help Alt+Shift+S - launch SnapGuide Please leave feedback or send me suggestions at [email protected]
擴展基本資訊
名稱 | SnapGuide |
ID | cpmeolfjcjhjgkimkdcgcddndmjndomh |
官方網址 | https://chromewebstore.google.com/detail/snapguide/cpmeolfjcjhjgkimkdcgcddndmjndomh |
簡介 | Chrome extension for measuring elements on page |
檔案大小 | 194 KB |
安裝次數 | 1,766 |
目前版本 | 1.0.1 |
更新時間 | 2021-02-08 |
上架時間 | 2020-05-20 |
評分 | 4.29/5 共 14 次評分 |
開發者 | Alex |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://measuremate.xyz/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapGuide", "description": "Chrome extension for measuring elements on page", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png", "16": "icon\/icon16.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "browser_action": { "default_title": "SnapGuide", "default_icon": "icon\/icon16.png" } }, "commands": { "toggle-snap-guide": { "suggested_key": { "default": "Alt+Shift+Z", "mac": "Alt+Shift+Z" }, "description": "Toggles SnapGuide" } }, "manifest_version": 2 } |