Guides

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

Apa itu Guides?

Guides adalah ekstensi Chrome yang dikembangkan oleh Stefano Vollono, dan fitur utamanya adalah "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Guides

Unduh file ekstensi Guides 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

                        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.                    

Informasi Dasar Ekstensi

Nama Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
URL Resmi https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Deskripsi This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Ukuran File 14.65 KB
Jumlah Instalasi 2,014
Versi Saat Ini 2.1.1
Terakhir Diperbarui 2022-03-22
Tanggal Publikasi 2017-06-24
Penilaian 4.20/5 Total 10 Penilaian
Pengembang Stefano Vollono
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/StefanoVollono/guides
URL Halaman Bantuan https://github.com/StefanoVollono/guides/issues
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}