MeasureIt!
MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
Wat is MeasureIt!?
MeasureIt! is een Chrome-extensie ontwikkeld door Online Apps, en de belangrijkste functie is "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.".
Extensie Screenshots
Download het CRX-bestand van de extensie MeasureIt!
Download MeasureIt!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MeasureIt! |
ID | keoagpbljgpdoldcmfpgicnpijmfompi |
Officiële URL | https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi |
Beschrijving | MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels. |
Bestandsgrootte | 103 KB |
Aantal Installaties | 12,336 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2022-10-05 |
Publicatiedatum | 2020-06-13 |
Beoordeling | 1.97/5 Totaal 37 Beoordelingen |
Ontwikkelaar | Online Apps |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |