Measur

Record how far you scroll on Tumblr

Qu'est-ce que Measur ?

Measur est une extension Chrome développée par cactusman.nick, et sa fonction principale est "Record how far you scroll on Tumblr".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        Ever wonder how much Tumbling you do?  Using Measur you'll know exactly how far you've gone as a physical distance.  Every inch or centimetre is recorded for posterity, so when you ask yourself what you've done all day, you'll know the extent of your Tumbles.

Each time you enter a Tumblr tab, Measur begins recording your travel.  Every tab receives an individual distance counter, as part of its title, which updates when you navigate to a new Tumblr page.  As well, a cumulative total is maintained and accessible by the button in the upper right corner.

The options page give you your choice of units, metric or imperial, as well as the ability to reset your total back to zero whenever you want.                    

Informations de Base sur l'Extension

Nom Measur Measur
ID emmhkobkpbmoddcaejhpnffekhigbool
URL Officiel https://chromewebstore.google.com/detail/measur/emmhkobkpbmoddcaejhpnffekhigbool
Description Record how far you scroll on Tumblr
Taille du Fichier 14.14 KB
Nombre d'Installations 26
Version Actuelle 2.5
Dernière Mise à Jour 2013-08-19
Date de Publication 2013-08-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur cactusman.nick
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Measur",
    "version": "2.5",
    "manifest_version": 2,
    "icons": {
        "19": "images\/greyIcon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Record how far you scroll on Tumblr",
    "browser_action": {
        "default_icon": "images\/greyIcon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.tumblr.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "js": [
                "injectScript.js"
            ]
        }
    ]
}