Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
What is Simple Ruler?
Simple Ruler is a Chrome extension developed by https://simplerulerextension.com, and its main feature is "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Extension Basic Information
Name | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
Official URL | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Description | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
File Size | 43.05 KB |
Installation Count | 1,496 |
Current Version | 28.0.0 |
Last Updated | 2023-08-17 |
Publish Date | 2021-10-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://simplerulerextension.com |
[email protected] | |
Payment Type | free |
Extension Website | https://simplerulerextension.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |