runnr

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

Cos'è runnr?

runnr è un'estensione di Chrome sviluppata da https://davidlpz.github.io/runnr, e la sua funzione principale è "Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione runnr

Scarica i file di estensione runnr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
URL Ufficiale https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Descrizione Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Dimensione del File 96.63 KB
Conteggio Installazioni 32
Versione Corrente 0.5
Ultimo Aggiornamento 2023-05-27
Data di Pubblicazione 2017-03-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://davidlpz.github.io/runnr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://davidlpz.github.io/runnr/
Lingue Supportate 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"
    ]
}