QuickGrid
Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
QuickGridとは何ですか?
QuickGridは@rubencodesによって開発されたChromeの拡張機能で、その主な機能は「Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid」です。
拡張機能のスクリーンショット
QuickGrid拡張機能のCRXファイルをダウンロード
QuickGrid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension overlays a grid on any page to assist you in designing pixel-perfectly aligned websites. All hover and click events continue to operate as expected despite the overlay, allowing you to see how any events affect alignment. This tool is free to use, and open-source; all code can be found at: https://github.com/rubencodes/QuickGrid Copyright © 2020 Ruben.Codes | Ruben Martinez Jr.
拡張機能の基本情報
名前 | QuickGrid |
ID | pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
公式URL | https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
説明 | Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid |
ファイルサイズ | 7.54 KB |
インストール数 | 160 |
現在のバージョン | 2.0.1 |
最終更新日 | 2020-07-15 |
公開日 | 2015-04-02 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | @rubencodes |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rubencodes/QuickGrid |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickGrid", "description": "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https:\/\/github.com\/rmartinez93\/QuickGrid", "version": "2.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "QuickGrid", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |