Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
Cos'è Grids by Color Sets?
Grids by Color Sets è un'estensione di Chrome sviluppata da https://colorsets.com, e la sua funzione principale è "Flexible column and baseline grids, beautifully rendered in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grids by Color Sets
Scarica i file di estensione Grids by Color Sets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Flexible column and baseline grids, beautifully rendered in your browser.
Informazioni di Base sull'Estensione
Nome | Grids by Color Sets |
ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
URL Ufficiale | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
Descrizione | Flexible column and baseline grids, beautifully rendered in your browser. |
Dimensione del File | 171 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2019-06-29 |
Data di Pubblicazione | 2019-06-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://colorsets.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://colorsets.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grids by Color Sets", "short_name": "Grids", "version": "0.1.4", "default_locale": "en", "description": "Flexible column and baseline grids, beautifully rendered in your browser.", "homepage_url": "https:\/\/colorsets.com\/extensions\/grids", "author": "Color Sets", "incognito": "spanning", "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" } }, "commands": { "toggle-grid": { "suggested_key": { "default": "Ctrl+G", "mac": "MacCtrl+G" }, "description": "Toggle grid display" } }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "web_accessible_resources": [ "content.js" ], "icons": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "offline_enabled": true, "manifest_version": 2 } |