Devtools Rulers

Adds rulers panel to devtools!

Wat is Devtools Rulers?

Devtools Rulers is een Chrome-extensie ontwikkeld door http://tolya.me/rulers, en de belangrijkste functie is "Adds rulers panel to devtools!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Devtools Rulers

Download Devtools Rulers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Devtools Rulers Devtools Rulers
ID aoojlhjjgjhndkblocmajmekmdbfdkhj
Officiële URL https://chrome.google.com/webstore/detail/devtools-rulers/aoojlhjjgjhndkblocmajmekmdbfdkhj
Beschrijving Adds rulers panel to devtools!
Bestandsgrootte 3.69 MB
Aantal Installaties 2,488
Huidige Versie 1.5
Laatst Bijgewerkt 2017-06-26
Publicatiedatum 2017-06-26
Beoordeling 2.63/5 Totaal 19 Beoordelingen
Ontwikkelaar http://tolya.me/rulers
Betalingswijze free
Ondersteunde Talen 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"
}