Measur
Record how far you scroll on Tumblr
Measur란 무엇입니까?
Measur은(는) cactusman.nick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record how far you scroll on Tumblr"입니다.
확장 프로그램 스크린샷
Measur 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wonder how much Tumbling you do? Using Measur you'll know exactly how far you've gone as a physical distance. Every inch or centimetre is recorded for posterity, so when you ask yourself what you've done all day, you'll know the extent of your Tumbles. Each time you enter a Tumblr tab, Measur begins recording your travel. Every tab receives an individual distance counter, as part of its title, which updates when you navigate to a new Tumblr page. As well, a cumulative total is maintained and accessible by the button in the upper right corner. The options page give you your choice of units, metric or imperial, as well as the ability to reset your total back to zero whenever you want.
확장 프로그램 기본 정보
이름 | Measur |
ID | emmhkobkpbmoddcaejhpnffekhigbool |
공식 URL | https://chromewebstore.google.com/detail/measur/emmhkobkpbmoddcaejhpnffekhigbool |
설명 | Record how far you scroll on Tumblr |
파일 크기 | 14.14 KB |
설치 횟수 | 26 |
현재 버전 | 2.5 |
최근 업데이트 | 2013-08-19 |
출시 날짜 | 2013-08-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | cactusman.nick |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Measur", "version": "2.5", "manifest_version": 2, "icons": { "19": "images\/greyIcon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "Record how far you scroll on Tumblr", "browser_action": { "default_icon": "images\/greyIcon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "backgroundScript.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*.tumblr.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tumblr.com\/*" ], "js": [ "injectScript.js" ] } ] } |