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