ruler

Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.

Qu'est-ce que ruler ?

ruler est une extension Chrome développée par Ian Remmel, et sa fonction principale est "Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ruler

Téléchargez les fichiers d'extension 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

                        Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.                    

Informations de Base sur l'Extension

Nom ruler ruler
ID cnpednncpilbojdmhpjhoakknbboanln
URL Officiel https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln
Description Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
Taille du Fichier 38.42 KB
Nombre d'Installations 573
Version Actuelle 2.0.3
Dernière Mise à Jour 2019-04-01
Date de Publication 2019-04-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur Ian Remmel
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.3",
    "description": "__MSG_appDescription__",
    "author": "Ian Remmel",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "ruler"
    },
    "manifest_version": 2
}