Simple Ruler
Measure it!
Was ist Simple Ruler?
Simple Ruler ist eine Chrome-Erweiterung, die von punxnot entwickelt wurde, und ihr Hauptmerkmal ist "Measure it!".
Erweiterungsscreenshots
Simple Ruler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Ruler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected. You can change the color of background and selection in the Options tab.
Grundlegende Informationen zur Erweiterung
Name | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
Offizielle URL | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
Beschreibung | Measure it! |
Dateigröße | 26.08 KB |
Installationsanzahl | 12,626 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-12-29 |
Veröffentlichungsdatum | 2018-12-26 |
Bewertung | 3.13/5 Insgesamt 16 Bewertungen |
Entwickler | punxnot |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "version": "0.0.2", "manifest_version": 2, "description": "Measure it!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Simple Ruler" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |