Sloth Worth

Extension that shows you the cost of mindless Internet browsing

Sloth Worth란 무엇입니까?

Sloth Worth은(는) https://qotoqot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that shows you the cost of mindless Internet browsing"입니다.

확장 프로그램 스크린샷

screenshot

Sloth Worth 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sloth Worth counts the time you spend on distracting sites and shows how much money you could make if you were working instead. Set your hourly rate and see a counter of lost money on each distracting site.

Add or remove any site by clicking on the sloth icon near the address bar.

Features:
✔  Reports daily, weekly, and monthly stats
✔  Already knows 1,500 popular distracting sites
✔  Supports all currencies and multiple visual styles
✔  Does not track you or send your data anywhere                    

확장 프로그램 기본 정보

이름 Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
공식 URL https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
설명 Extension that shows you the cost of mindless Internet browsing
파일 크기 96.24 KB
설치 횟수 470
현재 버전 1.1
최근 업데이트 2017-10-06
출시 날짜 2017-10-05
평점 5.00/5 총 5 개의 평점
개발자 https://qotoqot.com
결제 유형 free
확장 프로그램 웹 사이트 https://qotoqot.com/sloth-worth/
도움말 페이지 URL https://qotoqot.com/contact/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sloth Worth",
    "version": "1.1",
    "description": "Extension that shows you the cost of mindless Internet browsing",
    "icons": {
        "32": "icons\/sloth-32.png",
        "48": "icons\/sloth-48.png",
        "64": "icons\/sloth-64.png",
        "96": "icons\/sloth-96.png",
        "128": "icons\/sloth-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "src\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/counter.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "html\/counter.html"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/sloth-32.png",
            "48": "icons\/sloth-48.png",
            "64": "icons\/sloth-64.png"
        },
        "default_popup": "html\/popup.html"
    }
}