runnr

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

Hvad er runnr?

runnr er en Chrome-udvidelse udviklet af https://davidlpz.github.io/runnr, og dens hovedfunktion er "Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download runnr-udvidelses-CRX-fil

Download runnr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
Officiel URL https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Beskrivelse Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Filstørrelse 96.63 KB
Antal Installationer 32
Nuværende Version 0.5
Senest Opdateret 2023-05-27
Udgivelsesdato 2017-03-11
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://davidlpz.github.io/runnr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://davidlpz.github.io/runnr/
Understøttede Sprog 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"
    ]
}