Just One Tab

Just One Tab is a free Google Chrome extension that forces you to single-task.

Just One Tab là gì?

Just One Tab là một tiện ích mở rộng Chrome được phát triển bởi https://jot.pm, và tính năng chính của nó là "Just One Tab is a free Google Chrome extension that forces you to single-task.".

Ả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 Just One Tab

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

                        Just One Tab is a free Google Chrome extension that forces you to single-task. 

Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.                    

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

Tên Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
URL Chính Thức https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
Mô tả Just One Tab is a free Google Chrome extension that forces you to single-task.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2018-02-16
Ngày Phát Hành 2018-02-16
Nhà Phát Triển https://jot.pm
Loại Thanh Toán free
Trang Web Mở Rộng http://jot.pm/
URL Trang Trợ Giúp http://jot.pm/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just One Tab",
    "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Tab Limit"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}