GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
什麼是GriDesign?
GriDesign是由https://www.gmtoppi.com開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a grid on web pages in order to check fixed and fluid page layout.”。
擴展截圖
下載GriDesign擴展crx文件
下載GriDesign擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout. 擴展基本資訊
| 名稱 | |
| ID | iefpnenakcpfakjlbjdheejobjlfejbf |
| 官方網址 | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
| 簡介 | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
| 檔案大小 | 17.75 KB |
| 安裝次數 | 12 |
| 目前版本 | 0.12 |
| 更新時間 | 2013-08-12 |
| 上架時間 | 2013-08-12 |
| 開發者 | https://www.gmtoppi.com |
| 付費類型 | free |
| 擴展官網 | http://gmtoppi.com/gridesign/help_howto.html |
| 說明頁面URL | http://gmtoppi.com/gridesign/help_howto.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GriDesign",
"description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.",
"version": "0.12",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |