runnr

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

Τι είναι το runnr;

Το runnr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://davidlpz.github.io/runnr, και η κύρια λειτουργία του είναι "Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης runnr

Λήψη αρχείων επέκτασης runnr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα runnr runnr
ID ilkdnhplbaiedaaclckpbkkllcmdgkco
Επίσημο URL https://chromewebstore.google.com/detail/runnr/ilkdnhplbaiedaaclckpbkkllcmdgkco
Περιγραφή Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.
Μέγεθος Αρχείου 96.63 KB
Αριθμός Εγκαταστάσεων 32
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2023-05-27
Ημερομηνία Δημοσίευσης 2017-03-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://davidlpz.github.io/runnr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://davidlpz.github.io/runnr/
Υποστηριζόμενες Γλώσσες 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"
    ]
}