Grids & Rulers
Create grids and rulers overlays to help develop your web applications
什麼是Grids & Rulers?
Grids & Rulers是由https://jeremie.patonnier.net開發的Chrome擴展程式,該擴展的主要功能是“Create grids and rulers overlays to help develop your web applications”。
擴展截圖
下載Grids & Rulers擴展crx文件
下載Grids & Rulers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Grids & Ruler is an extension that add a new panel to Chrome developer tools. That panel let you create and manage overlays on pages that provide you visual hints to develop you web app layouts. 擴展基本資訊
| 名稱 | |
| ID | kaippllfihpjicemabbbcljbmcpccabl |
| 官方網址 | https://chromewebstore.google.com/detail/grids-rulers/kaippllfihpjicemabbbcljbmcpccabl |
| 簡介 | Create grids and rulers overlays to help develop your web applications |
| 檔案大小 | 31.24 KB |
| 安裝次數 | 4,203 |
| 目前版本 | 2.0 |
| 更新時間 | 2020-05-22 |
| 上架時間 | 2020-05-22 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://jeremie.patonnier.net |
| 付費類型 | free |
| 擴展官網 | https://github.com/JeremiePat/grids-and-rulers |
| 說明頁面URL | https://github.com/JeremiePat/grids-and-rulers |
| 支援的語言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.0",
"default_locale": "en",
"icons": {
"16": "img\/icon.16.png",
"32": "img\/icon.32.png",
"48": "img\/icon.48.png",
"64": "img\/icon.64.png",
"96": "img\/icon.96.png",
"128": "img\/icon.128.png"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"scripts": [
"lib\/chrome-polyfill.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
" | |