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 |
| 公式URL | 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:\/\/*\/*"
]
} | |