Baseliner

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

Apa itu Baseliner?

Baseliner adalah ekstensi Chrome yang dikembangkan oleh https://jpedroribeiro.com, dan fitur utamanya adalah "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Baseliner

Unduh file ekstensi Baseliner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
URL Resmi https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
Deskripsi Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Ukuran File 203 KB
Jumlah Instalasi 6,594
Versi Saat Ini 7.1
Terakhir Diperbarui 2022-11-03
Tanggal Publikasi 2020-05-18
Penilaian 4.31/5 Total 45 Penilaian
Pengembang https://jpedroribeiro.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.jpedroribeiro.com/
URL Halaman Bantuan https://github.com/jpedroribeiro/Baseliner
Bahasa yang Didukung 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"
    ]
}