8 Pixel Grid Reference
A quick reference to increments of 8.
Vad är 8 Pixel Grid Reference?
8 Pixel Grid Reference är en Chrome-tillägg utvecklad av Spencer Everett, och dess huvudfunktion är "A quick reference to increments of 8.".
Tilläggsskärmbilder
Ladda ner 8 Pixel Grid Reference-förlängningens CRX-fil
Ladda ner 8 Pixel Grid Reference-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
This extension was created for designers and developers who use the 8-point grid system in their work. The extension offers a quick reference to increments of 8. Grundläggande Information om Tillägg
| Namn | |
| ID | hajjjkpjlanimlnkmfffpodokjahhnnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd |
| Beskrivning | A quick reference to increments of 8. |
| Filstorlek | 13.1 KB |
| Antal Installationer | 42 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2021-03-01 |
| Publiceringsdatum | 2021-01-10 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Spencer Everett |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "8 Pixel Grid Reference",
"version": "1.2",
"description": "A quick reference to increments of 8.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
}
},
"icons": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"manifest_version": 2
} | |