Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
Vad är Grids by Color Sets?
Grids by Color Sets är en Chrome-tillägg utvecklad av https://colorsets.com, och dess huvudfunktion är "Flexible column and baseline grids, beautifully rendered in your browser.".
Tilläggsskärmbilder
Ladda ner Grids by Color Sets-förlängningens CRX-fil
Ladda ner Grids by Color Sets-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
Flexible column and baseline grids, beautifully rendered in your browser. Grundläggande Information om Tillägg
| Namn | |
| ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
| Officiell webbadress | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
| Beskrivning | Flexible column and baseline grids, beautifully rendered in your browser. |
| Filstorlek | 171 KB |
| Antal Installationer | 130 |
| Aktuell Version | 0.1.4 |
| Senast Uppdaterad | 2019-06-29 |
| Publiceringsdatum | 2019-06-24 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://colorsets.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://colorsets.com |
| Stödda Språk | 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
} | |