runnr

Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.

Qu'est-ce que runnr ?

runnr est une extension Chrome développée par https://davidlpz.github.io/runnr, et sa fonction principale est "Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        When you go out for a run, you go faster, but everything moves slower. The trees, the shop windows, people walking their dog and even time moves slower. You run listening to music, thinking about your stuff and sometimes, without noticing it, you have come a long way. The same thing happens in Tumblr and you don’t even need to wear your running shoes.

Have you ever thought of how many tumblr scroll kilometers you run each day?
We measure that for you                    

Informations de Base sur l'Extension

Nom runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
URL Officiel https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Description Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Taille du Fichier 96.63 KB
Nombre d'Installations 32
Version Actuelle 0.5
Dernière Mise à Jour 2023-05-27
Date de Publication 2017-03-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://davidlpz.github.io/runnr
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://davidlpz.github.io/runnr/
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "runnr",
    "description": "__MSG_extDescription__",
    "author": "David L\u00f3pez",
    "version": "0.5",
    "default_locale": "en",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "38": "img\/icon38.png",
            "19": "img\/icon19.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery.custom.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "img\/runner.png"
    ]
}