8 Pixel Grid Reference

A quick reference to increments of 8.

ما هو 8 Pixel Grid Reference؟

8 Pixel Grid Reference هو إضافة Chrome تم تطويرها بواسطة Spencer Everett، والميزة الرئيسية لها هي "A quick reference to increments of 8.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 8 Pixel Grid Reference

قم بتنزيل ملفات الامتداد 8 Pixel Grid Reference بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
الوصف A quick reference to increments of 8.
حجم الملف 13.1 KB
عدد التثبيتات 42
النسخة الحالية 1.2
آخر تحديث 2021-03-01
تاريخ النشر 2021-01-10
تقييم 5.00/5 مجموع تقييمات 3
المطور Spencer Everett
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}