MeasureIt!
MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
Apa itu MeasureIt!?
MeasureIt! adalah ekstensi Chrome yang dikembangkan oleh Online Apps, dan fitur utamanya adalah "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MeasureIt!
Unduh file ekstensi MeasureIt! 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
MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page. HOW IT WORKS • Click to the icon of app on the current web page. • Draw ruler page and shows width, height, positioning of element. • Click the icon again to exit the measurement.
Informasi Dasar Ekstensi
Nama | MeasureIt! |
ID | keoagpbljgpdoldcmfpgicnpijmfompi |
URL Resmi | https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi |
Deskripsi | MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels. |
Ukuran File | 103 KB |
Jumlah Instalasi | 12,336 |
Versi Saat Ini | 1.2.4 |
Terakhir Diperbarui | 2022-10-05 |
Tanggal Publikasi | 2020-06-13 |
Penilaian | 1.97/5 Total 37 Penilaian |
Pengembang | Online Apps |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "backgroundMeasureIt.js" ] }, "browser_action": { "default_icon": "off.png", "default_title": "MeasureIt" }, "content_scripts": [ { "all_frames": false, "css": [ "styleMeasureIt.css" ], "js": [ "measureIt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.", "manifest_version": 2, "name": "MeasureIt!", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.4", "icons": { "48": "ico_48.png", "128": "ico_128.png" } } |