Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Apa itu Measure-it?
Measure-it adalah ekstensi Chrome yang dikembangkan oleh trishul.goel, dan fitur utamanya adalah "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Measure-it
Unduh file ekstensi Measure-it 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
Customize the overlay and selector from extension options.
Informasi Dasar Ekstensi
Nama | Measure-it |
ID | jocbgkoackihphodedlefohapackjmna |
URL Resmi | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
Deskripsi | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
Ukuran File | 19.9 KB |
Jumlah Instalasi | 74,144 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2018-12-23 |
Tanggal Publikasi | 2018-12-23 |
Penilaian | 3.86/5 Total 36 Penilaian |
Pengembang | trishul.goel |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tsl143/measure-it |
URL Halaman Bantuan | https://github.com/tsl143/measure-it/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Measure-it", "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.", "version": "2.1.0", "icons": { "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Measure-it" }, "background": { "scripts": [ "bg.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "open-measure-it": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "Open MeasureIt" } } } |