Ruler Measurement

Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)

什麼是Ruler Measurement?

Ruler Measurement是由Vadim Albarov開發的Chrome擴展程式,該擴展的主要功能是“Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)”。

擴展截圖

screenshot
screenshot
screenshot

下載Ruler Measurement擴展crx文件

下載Ruler Measurement擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Powerful measure plugin for chrome. No more junk and party worked solutions. Measure height and width on page with grid lines. Fully draggable and resizable. 

Features:
 - Press ctrl + mouse click to allow multiple rulers. 
 - Press ctrl + q to remove all ruller from page.
 - Press arrow right/left to rotate.
 - Press ctrl + i to toggle offset info.
 - Press alt + q to toggle run state.
 - Customize extension through option page

Check out the new Themes option.
Check out the new Unit option, that allows to change measure units!

If you find a bug, have any suggestions for improving the extension or just want to thank the author feel free to mail me.                    

擴展基本資訊

名稱 Ruler Measurement Ruler Measurement
ID fkfkjailjcijmghkonghlclbjkopjbgh
官方網址 https://chromewebstore.google.com/detail/ruler-measurement/fkfkjailjcijmghkonghlclbjkopjbgh
簡介 Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)
檔案大小 122 KB
安裝次數 36,423
目前版本 2.3.0
更新時間 2019-02-08
上架時間 2019-02-08
評分 3.34/5 共 38 次評分
開發者 Vadim Albarov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruler Measurement",
    "short_name": "Chrullex",
    "description": "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)",
    "version": "2.3.0",
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "app\/resize.css",
                "app\/style.css"
            ],
            "scripts": [
                "jQuery\/jQuery.js",
                "jQuery\/Jquery-ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "app\/bootloader.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Ruler"
        }
    }
}