runnr

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

runnr क्या है?

runnr 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 फ़ाइल डाउनलोड करें

crx प्रारूप में runnr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}