8 Pixel Grid Reference

A quick reference to increments of 8.

8 Pixel Grid Reference là gì?

8 Pixel Grid Reference là một tiện ích mở rộng Chrome được phát triển bởi Spencer Everett, và tính năng chính của nó là "A quick reference to increments of 8.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 8 Pixel Grid Reference

Tải xuống các tệp mở rộng 8 Pixel Grid Reference dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
URL Chính Thức https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
Mô tả A quick reference to increments of 8.
Kích Thước Tệp 13.1 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-03-01
Ngày Phát Hành 2021-01-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Spencer Everett
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}