Grid System
Grid System for web development
Co to jest Grid System?
Grid System to rozszerzenie Chrome opracowane przez Pavel Fomichev, a jego główną funkcją jest „Grid System for web development”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Grid System
Pobierz pliki rozszerzeń Grid System w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Grid System for web development
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mhdiagjmgbkgeeppcohbjboloihjljho |
Oficjalny URL | https://chrome.google.com/webstore/detail/grid-system/mhdiagjmgbkgeeppcohbjboloihjljho |
Opis | Grid System for web development |
Rozmiar pliku | 8.57 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-08-29 |
Data Publikacji | 2014-08-29 |
Ocena | 3.29/5 Łącznie 17 Oceny |
Deweloper | Pavel Fomichev |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |