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開發的Chrome擴展程式,該擴展的主要功能是“Have you ever thought of how many tumblr scroll kilometers you run each day? We measure that for you.”。

擴展截圖

screenshot
screenshot

下載runnr擴展crx文件

下載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
官方網址 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"
    ]
}