1px: Simple ruler

A simple ruler for measuring the size of blocks on a page

Wat is 1px: Simple ruler?

1px: Simple ruler is een Chrome-extensie ontwikkeld door Nevzilya, en de belangrijkste functie is "A simple ruler for measuring the size of blocks on a page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 1px: Simple ruler

Download 1px: Simple ruler-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

                        You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality.                    

Basisinformatie over de Extensie

Naam 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
Officiële URL https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
Beschrijving A simple ruler for measuring the size of blocks on a page
Bestandsgrootte 22.13 KB
Aantal Installaties 9,004
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-08-04
Publicatiedatum 2021-07-11
Beoordeling 3.55/5 Totaal 11 Beoordelingen
Ontwikkelaar Nevzilya
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://notepad-online.ru/privacy.html
Ondersteunde Talen en,ru
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "ico_16_mono.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}