runnr

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

¿Qué es runnr?

runnr es una extensión de Chrome desarrollada por https://davidlpz.github.io/runnr, y su función principal es "Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión runnr

Descarga archivos de extensión runnr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
URL Oficial https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Descripción Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Tamaño del Archivo 96.63 KB
Cantidad de Instalaciones 32
Versión Actual 0.5
Última Actualización 2023-05-27
Fecha de Publicación 2017-03-11
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://davidlpz.github.io/runnr
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://davidlpz.github.io/runnr/
Idiomas Soportados 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"
    ]
}