Grid System
Grid System for web development
Vad är Grid System?
Grid System är en Chrome-tillägg utvecklad av Pavel Fomichev, och dess huvudfunktion är "Grid System for web development".
Tilläggsskärmbilder
Ladda ner Grid System-förlängningens CRX-fil
Ladda ner Grid System-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grid System for web development Grundläggande Information om Tillägg
| Namn | |
| ID | mhdiagjmgbkgeeppcohbjboloihjljho |
| Officiell webbadress | https://chrome.google.com/webstore/detail/grid-system/mhdiagjmgbkgeeppcohbjboloihjljho |
| Beskrivning | Grid System for web development |
| Filstorlek | 8.57 KB |
| Antal Installationer | 4,000 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-08-29 |
| Publiceringsdatum | 2014-08-29 |
| Betyg | 3.29/5 Totalt 17 Betyg |
| Utvecklare | Pavel Fomichev |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grid System",
"short_name": "Grid System for web development",
"description": "Grid System for web development",
"version": "1.1",
"author": "Pavel Fomichev",
"offline_enabled": true,
"icons": {
"16": "grid16.png",
"48": "grid48.png",
"128": "grid128.png"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_idle",
"js": [
"grid-content.js"
]
}
],
"browser_action": {
"default_icon": "grid19.png",
"default_title": "Grid System",
"default_popup": "grid.html"
}
} | |