Ruler 3000
Displays a line to be used as a ruler for aligning items.
What is Ruler 3000?
Ruler 3000 is a Chrome extension developed by uncapit, and its main feature is "Displays a line to be used as a ruler for aligning items.".
Extension Screenshots
Download Ruler 3000 Extension CRX File
Download Ruler 3000 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
Displays one horizontal line and one vertical line that follows the mouse pointer. Useful to visually compare DOM elements positions to align them.
Extension Basic Information
Name | Ruler 3000 |
ID | fnhigjljloiagjbmimpaokbpibfpiibf |
Official URL | https://chromewebstore.google.com/detail/ruler-3000/fnhigjljloiagjbmimpaokbpibfpiibf |
Description | Displays a line to be used as a ruler for aligning items. |
File Size | 14.53 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2019-09-25 |
Publish Date | 2019-09-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | uncapit |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ruler 3000", "version": "1.0", "description": "Displays a line to be used as a ruler for aligning items.", "permissions": [ "activeTab" ], "browser_action": { "name": "Ruler 3000" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |