runnr

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

Co je runnr?

runnr je rozšíření Chrome vyvinuté https://davidlpz.github.io/runnr, a jeho hlavní funkcí je „Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření runnr

Stáhněte si soubory rozšíření runnr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
Oficiální URL https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Popis Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Velikost souboru 96.63 KB
Počet instalací 32
Aktuální Verze 0.5
Poslední Aktualizace 2023-05-27
Datum Vydání 2017-03-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://davidlpz.github.io/runnr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://davidlpz.github.io/runnr/
Podporované Jazyky 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"
    ]
}