8 Pixel Grid Reference

A quick reference to increments of 8.

Co to jest 8 Pixel Grid Reference?

8 Pixel Grid Reference to rozszerzenie Chrome opracowane przez Spencer Everett, a jego główną funkcją jest „A quick reference to increments of 8.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 8 Pixel Grid Reference

Pobierz pliki rozszerzeń 8 Pixel Grid Reference w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
Oficjalny URL https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
Opis A quick reference to increments of 8.
Rozmiar pliku 13.1 KB
Liczba instalacji 42
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-03-01
Data Publikacji 2021-01-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Spencer Everett
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}