Baseliner

Baseliner adds horizontal & vertical lines to help you align your grid to any website.

ما هو Baseliner؟

Baseliner هو إضافة Chrome تم تطويرها بواسطة https://jpedroribeiro.com، والميزة الرئيسية لها هي "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

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

screenshot
screenshot
screenshot

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

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

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

                        Adds a horizontal and/or vertical lines on top of any website.

The Baseliner extension adds a fully customisable CSS layer on top of any website to help you align your design and ensure the grid is in place.
--------------------

The best place for support is not in the reviews section below, but on the Baseliner GitHub repo:

https://github.com/jpedroribeiro/Baseliner/issues

Check out full set of features and how to contribute on our GitHub page:

https://github.com/jpedroribeiro/Baseliner                    

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

الاسم Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
عنوان URL الرسمي https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
الوصف Baseliner adds horizontal & vertical lines to help you align your grid to any website.
حجم الملف 203 KB
عدد التثبيتات 6,594
النسخة الحالية 7.1
آخر تحديث 2022-11-03
تاريخ النشر 2020-05-18
تقييم 4.31/5 مجموع تقييمات 45
المطور https://jpedroribeiro.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.jpedroribeiro.com/
عنوان صفحة المساعدة https://github.com/jpedroribeiro/Baseliner
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Baseliner",
    "short_name": "Baseliner",
    "description": "Baseliner adds horizontal & vertical lines to help you align your grid to any website.",
    "version": "7.1",
    "author": "J. Pedro Ribeiro",
    "homepage_url": "https:\/\/jpedroribeiro.com\/",
    "action": {
        "default_popup": "index.html",
        "default_title": "Baseliner",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}