Guide lines
Easily check the visual alignment of the page elements.
Apa itu Guide lines?
Guide lines adalah ekstensi Chrome yang dikembangkan oleh imagentleman (José Antonio Chio), dan fitur utamanya adalah "Easily check the visual alignment of the page elements.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Guide lines
Unduh file ekstensi Guide lines 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
Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. Useful to quickly check the alignment of elements in a page. Icon from https://material.io/tools/icons/
Informasi Dasar Ekstensi
Nama | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
URL Resmi | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
Deskripsi | Easily check the visual alignment of the page elements. |
Ukuran File | 9.17 KB |
Jumlah Instalasi | 999 |
Versi Saat Ini | 5 |
Terakhir Diperbarui | 2022-04-06 |
Tanggal Publikasi | 2018-06-16 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | imagentleman (José Antonio Chio) |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guide lines", "version": "5", "description": "Easily check the visual alignment of the page elements.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "b16.png", "24": "b24.png", "32": "b32.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "minimum_chrome_version": "88" } |