Devtools Rulers

Adds rulers panel to devtools!

Devtools Rulersとは何ですか?

Devtools Rulersはhttp://tolya.me/rulersによって開発されたChromeの拡張機能で、その主な機能は「Adds rulers panel to devtools!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Devtools Rulers拡張機能のCRXファイルをダウンロード

Devtools Rulers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NEW in 1.5! Fixed some bugs and impoved work!

Rulers are just a simple divs that helps you modify your styles.

Important feature: you will not lost your rulers after page reload.

Please send any feedback that needs to be implemented or upgraded!                    

拡張機能の基本情報

名前 Devtools Rulers Devtools Rulers
ID aoojlhjjgjhndkblocmajmekmdbfdkhj
公式URL https://chrome.google.com/webstore/detail/devtools-rulers/aoojlhjjgjhndkblocmajmekmdbfdkhj
説明 Adds rulers panel to devtools!
ファイルサイズ 3.69 MB
インストール数 2,488
現在のバージョン 1.5
最終更新日 2017-06-26
公開日 2017-06-26
評価 2.63/5 合計 19 レビュー
開発者 http://tolya.me/rulers
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Devtools Rulers",
    "short_name": "Rulers",
    "version": "1.5",
    "description": "Adds rulers panel to devtools!",
    "devtools_page": "devtools\/devtools.html",
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "injections\/ui.css"
            ],
            "js": [
                "common\/utils.js",
                "injections\/ui.js",
                "common\/handlebars.js",
                "common\/lodash.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en"
}