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