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
公式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
Eメール [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"
    ]
}