OLI Grid CSS
Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
Wat is OLI Grid CSS?
OLI Grid CSS is een Chrome-extensie ontwikkeld door kushan4157, en de belangrijkste functie is "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".
Download het CRX-bestand van de extensie OLI Grid CSS
Download OLI Grid CSS-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
Basisinformatie over de Extensie
| Naam | |
| ID | cjgbgacfoeceaeahjbeiedingmdbehgb |
| Officiële URL | https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb |
| Beschrijving | Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml.. |
| Bestandsgrootte | 12.74 KB |
| Aantal Installaties | 252 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2017-03-01 |
| Publicatiedatum | 2017-03-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | kushan4157 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..",
"manifest_version": 2,
"name": "OLI Grid CSS",
"short_name": "OLI Grid",
"version": "1",
"homepage_url": "http:\/\/www.kushan.info",
"icons": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"content_scripts\/grid.css"
],
"js": [
"content_scripts\/grid.js"
]
}
],
"browser_action": {
"default_icon": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"default_title": "Toggle GRID",
"default_popup": "popup\/config.html"
}
} | |