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