Simple Ruler
Measure it!
Wat is Simple Ruler?
Simple Ruler is een Chrome-extensie ontwikkeld door punxnot, en de belangrijkste functie is "Measure it!".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Ruler
Download Simple Ruler-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
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.
Basisinformatie over de Extensie
Naam | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
Officiële URL | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
Beschrijving | Measure it! |
Bestandsgrootte | 26.08 KB |
Aantal Installaties | 12,626 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-12-29 |
Publicatiedatum | 2018-12-26 |
Beoordeling | 3.13/5 Totaal 16 Beoordelingen |
Ontwikkelaar | punxnot |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |