8 Pixel Grid Reference

A quick reference to increments of 8.

What is 8 Pixel Grid Reference?

8 Pixel Grid Reference is a Chrome extension developed by Spencer Everett, and its main feature is "A quick reference to increments of 8.".

Extension Screenshots

screenshot

Download 8 Pixel Grid Reference Extension CRX File

Download 8 Pixel Grid Reference extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
Official URL https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
Description A quick reference to increments of 8.
File Size 13.1 KB
Installation Count 42
Current Version 1.2
Last Updated 2021-03-01
Publish Date 2021-01-10
Rating 5.00/5 Total 3 Ratings
Developer Spencer Everett
Email [email protected]
Payment Type free
Supported Languages 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
}