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文件

下载Sloth Worth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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