8 Pixel Grid Reference
A quick reference to increments of 8.
Cos'è 8 Pixel Grid Reference?
8 Pixel Grid Reference è un'estensione di Chrome sviluppata da Spencer Everett, e la sua funzione principale è "A quick reference to increments of 8.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 8 Pixel Grid Reference
Scarica i file di estensione 8 Pixel Grid Reference 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hajjjkpjlanimlnkmfffpodokjahhnnd |
| URL Ufficiale | https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd |
| Descrizione | A quick reference to increments of 8. |
| Dimensione del File | 13.1 KB |
| Conteggio Installazioni | 42 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2021-03-01 |
| Data di Pubblicazione | 2021-01-10 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Spencer Everett |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |