Sloth Worth

Extension that shows you the cost of mindless Internet browsing

Sloth Worthคืออะไร?

Sloth Worth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qotoqot.com และคุณลักษณะหลักของมันคือ "Extension that shows you the cost of mindless Internet browsing"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sloth Worth

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}