GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
Wat is GriDesign?
GriDesign is een Chrome-extensie ontwikkeld door https://www.gmtoppi.com, en de belangrijkste functie is "This extension adds a grid on web pages in order to check fixed and fluid page layout.".
Extensie Screenshots
Download het CRX-bestand van de extensie GriDesign
Download GriDesign-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iefpnenakcpfakjlbjdheejobjlfejbf |
| Officiële URL | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
| Beschrijving | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
| Bestandsgrootte | 17.75 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 0.12 |
| Laatst Bijgewerkt | 2013-08-12 |
| Publicatiedatum | 2013-08-12 |
| Ontwikkelaar | https://www.gmtoppi.com |
| Betalingswijze | free |
| Extensiewebsite | http://gmtoppi.com/gridesign/help_howto.html |
| Help Pagina-URL | http://gmtoppi.com/gridesign/help_howto.html |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |