Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
Was ist Grids by Color Sets?
Grids by Color Sets ist eine Chrome-Erweiterung, die von https://colorsets.com entwickelt wurde, und ihr Hauptmerkmal ist "Flexible column and baseline grids, beautifully rendered in your browser.".
Erweiterungsscreenshots
Grids by Color Sets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grids by Color Sets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Flexible column and baseline grids, beautifully rendered in your browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
| Offizielle URL | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
| Beschreibung | Flexible column and baseline grids, beautifully rendered in your browser. |
| Dateigröße | 171 KB |
| Installationsanzahl | 130 |
| Aktuelle Version | 0.1.4 |
| Letztes Update | 2019-06-29 |
| Veröffentlichungsdatum | 2019-06-24 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://colorsets.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://colorsets.com |
| Unterstützte Sprachen | 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
} | |