ruler
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
What is ruler?
ruler is a Chrome extension developed by Ian Remmel, and its main feature is "Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.".
Extension Screenshots
Download ruler Extension CRX File
Download 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
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
Extension Basic Information
Name | ![]() |
ID | cnpednncpilbojdmhpjhoakknbboanln |
Official URL | https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln |
Description | Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware. |
File Size | 38.42 KB |
Installation Count | 573 |
Current Version | 2.0.3 |
Last Updated | 2019-04-01 |
Publish Date | 2019-04-01 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Ian Remmel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.3", "description": "__MSG_appDescription__", "author": "Ian Remmel", "default_locale": "en", "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "ruler" }, "manifest_version": 2 } |