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."입니다.
확장 프로그램 스크린샷
runnr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |