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 |
公式URL | 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 |
Eメール | [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 } |