Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

ما هو Guides؟

Guides هو إضافة Chrome تم تطويرها بواسطة Stefano Vollono، والميزة الرئيسية لها هي "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

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

screenshot

تحميل ملف CRX للإضافة Guides

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

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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

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

الاسم Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
الوصف This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
حجم الملف 14.65 KB
عدد التثبيتات 2,014
النسخة الحالية 2.1.1
آخر تحديث 2022-03-22
تاريخ النشر 2017-06-24
تقييم 4.20/5 مجموع تقييمات 10
المطور Stefano Vollono
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/StefanoVollono/guides
عنوان صفحة المساعدة https://github.com/StefanoVollono/guides/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}