Simple Ruler
Measure it!
What is Simple Ruler?
Simple Ruler is a Chrome extension developed by punxnot, and its main feature is "Measure it!".
Extension Screenshots
Download Simple Ruler Extension CRX File
Download Simple Ruler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
Official URL | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
Description | Measure it! |
File Size | 26.08 KB |
Installation Count | 12,626 |
Current Version | 0.0.2 |
Last Updated | 2021-12-29 |
Publish Date | 2018-12-26 |
Rating | 3.13/5 Total 16 Ratings |
Developer | punxnot |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |