1px: Simple ruler

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

Qu'est-ce que 1px: Simple ruler ?

1px: Simple ruler est une extension Chrome développée par Nevzilya, et sa fonction principale est "A simple ruler for measuring the size of blocks on a page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 1px: Simple ruler

Téléchargez les fichiers d'extension 1px: Simple ruler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
URL Officiel https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
Description A simple ruler for measuring the size of blocks on a page
Taille du Fichier 22.13 KB
Nombre d'Installations 9,004
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-08-04
Date de Publication 2021-07-11
Évaluation 3.55/5 Total 11 Évaluations
Développeur Nevzilya
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://notepad-online.ru/privacy.html
Langues Prises en Charge 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"
}