8 Pixel Grid Reference

A quick reference to increments of 8.

Qu'est-ce que 8 Pixel Grid Reference ?

8 Pixel Grid Reference est une extension Chrome développée par Spencer Everett, et sa fonction principale est "A quick reference to increments of 8.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 8 Pixel Grid Reference

Téléchargez les fichiers d'extension 8 Pixel Grid Reference au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
URL Officiel https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
Description A quick reference to increments of 8.
Taille du Fichier 13.1 KB
Nombre d'Installations 42
Version Actuelle 1.2
Dernière Mise à Jour 2021-03-01
Date de Publication 2021-01-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur Spencer Everett
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}