1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Apa itu 1px: Simple ruler?
1px: Simple ruler adalah ekstensi Chrome yang dikembangkan oleh Nevzilya, dan fitur utamanya adalah "A simple ruler for measuring the size of blocks on a page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 1px: Simple ruler
Unduh file ekstensi 1px: Simple ruler 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
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button. Perhaps in the future some more useful functions will be added, but now only such functionality.
Informasi Dasar Ekstensi
Nama | 1px: Simple ruler |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
URL Resmi | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
Deskripsi | A simple ruler for measuring the size of blocks on a page |
Ukuran File | 22.13 KB |
Jumlah Instalasi | 9,004 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-08-04 |
Tanggal Publikasi | 2021-07-11 |
Penilaian | 3.55/5 Total 11 Penilaian |
Pengembang | Nevzilya |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://notepad-online.ru/privacy.html |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_name__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "ico_16_mono.png", "48": "ico_48.png", "128": "ico_128.png" }, "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |