Sleep Timer

Put any tab on a sleep timer to close or mute the tab when the timer expires.

Sleep Timer là gì?

Sleep Timer là một tiện ích mở rộng Chrome được phát triển bởi daniel.andrew.dehaas, và tính năng chính của nó là "Put any tab on a sleep timer to close or mute the tab when the timer expires.".

Ả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 Sleep Timer

Tải xuống các tệp mở rộng Sleep Timer 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

                        Turn on a sleep timer for any tab. You can choose to either close or mute the tab when the timer expires.                    

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

Tên Sleep Timer Sleep Timer
ID aogefgiamlllkemngojodbhbdigamjkj
URL Chính Thức https://chromewebstore.google.com/detail/sleep-timer/aogefgiamlllkemngojodbhbdigamjkj
Mô tả Put any tab on a sleep timer to close or mute the tab when the timer expires.
Kích Thước Tệp 25.49 KB
Số Lần Cài Đặt 5,756
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-03
Ngày Phát Hành 2021-02-02
Đánh Giá 2.52/5 Tổng số 21 Đánh Giá
Nhà Phát Triển daniel.andrew.dehaas
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.danielde.dev/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleep Timer",
    "version": "1.0",
    "description": "Put any tab on a sleep timer to close or mute the tab when the timer expires.",
    "permissions": [
        "tabs",
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Sleep Timer"
    }
}