Simple Ruler
Measure it!
Co je Simple Ruler?
Simple Ruler je rozšíření Chrome vyvinuté punxnot, a jeho hlavní funkcí je „Measure it!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple Ruler
Stáhněte si soubory rozšíření Simple Ruler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
Oficiální URL | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
Popis | Measure it! |
Velikost souboru | 26.08 KB |
Počet instalací | 12,626 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2021-12-29 |
Datum Vydání | 2018-12-26 |
Hodnocení | 3.13/5 Celkem 16 Hodnocení |
Vývojář | punxnot |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |