Time Well Spent — See prices in hours

Replace all prices with time based on your hourly wage.

Time Well Spent — See prices in hours là gì?

Time Well Spent — See prices in hours là một tiện ích mở rộng Chrome được phát triển bởi gregrgreiner, và tính năng chính của nó là "Replace all prices with time based on your hourly wage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time Well Spent — See prices in hours

Tải xuống các tệp mở rộng Time Well Spent — See prices in hours dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension replaces prices on all shopping websites (Amazon, eBay, Target, etc...) with how many hours you would have to spend working to make enough money to pay that price. This is calculated based on your hourly wage after state and federal taxes. (Idea Credit: Aaron Z. Lewis)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Time Well Spent — See prices in hours Time Well Spent — See prices in hours
ID fagkeimkebmhbeelogmpfpcfdiamhpoa
URL Chính Thức https://chromewebstore.google.com/detail/time-well-spent-%E2%80%94-see-pri/fagkeimkebmhbeelogmpfpcfdiamhpoa
Mô tả Replace all prices with time based on your hourly wage.
Kích Thước Tệp 66.91 KB
Số Lần Cài Đặt 689
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2018-05-12
Đánh Giá 3.16/5 Tổng số 19 Đánh Giá
Nhà Phát Triển gregrgreiner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://gregrgreiner.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Well Spent \u2014 See prices in hours",
    "version": "3.0",
    "description": "Replace all prices with time based on your hourly wage.",
    "author": "Greg Greiner",
    "icons": {
        "16": "icon.png",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "[email protected]",
            "128": "[email protected]"
        },
        "default_title": "Time Well Spent"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "Time Well Spent",
    "manifest_version": 3
}