Smart pixel rulers

Provides an on-screen rulers along with their coordinates on a web page

What is Smart pixel rulers?

Smart pixel rulers is a Chrome extension developed by sidorovsky370, and its main feature is "Provides an on-screen rulers along with their coordinates on a web page".

Extension Screenshots

screenshot

Download Smart pixel rulers Extension CRX File

Download Smart pixel rulers 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

                                            

Extension Basic Information

Name Smart pixel rulers Smart pixel rulers
ID olmehnjalgilmahpjcbnonfpogokfdbk
Official URL https://chrome.google.com/webstore/detail/smart-pixel-rulers/olmehnjalgilmahpjcbnonfpogokfdbk
Description Provides an on-screen rulers along with their coordinates on a web page
File Size 17.7 KB
Installation Count 2,000
Current Version 0.0.2
Last Updated 2015-11-18
Publish Date 2015-11-18
Rating 2.88/5 Total 8 Ratings
Developer sidorovsky370
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart pixel rulers",
    "description": "Provides an on-screen rulers along with their coordinates on a web page",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Smart pixel rulers",
        "default_icon": "icons\/active.png"
    },
    "manifest_version": 2
}