Monotab: Curb your procrastination.

Monotab: Curb your procrastination. You need no more than one tab to get things done.

Monotab: Curb your procrastination. là gì?

Monotab: Curb your procrastination. là một tiện ích mở rộng Chrome được phát triển bởi ozangunalp, và tính năng chính của nó là "Monotab: Curb your procrastination. You need no more than one tab to get things done.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monotab: Curb your procrastination.

Tải xuống các tệp mở rộng Monotab: Curb your procrastination. 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

                        Tabs are great. We all love them. 
But things can get really nasty when you have a lot of them!

Monotab is the extension you need to get things done.
Forget multitasking and start monotasking in one tab. Just hit the black m in your extension bar, you will feel more productive already.

Monotab prevents you from opening more than one tab in a window (seriously who uses multiple browser windows anymore?). It is great when you want to concentrate on one job and get it done.

Links that open new tabs start loading in the current tab — remember the last time you used that back button?

And the pinned tabs don't count! You can always pin the tabs you are using for applications.
(hit Alt+Shift+P for pinning)

If you ever want to return to the dark side of multitabs, click the red m.                    

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

Tên Monotab: Curb your procrastination. Monotab: Curb your procrastination.
ID nbdkmfcijeallndhmghpleledhilfkkk
URL Chính Thức https://chromewebstore.google.com/detail/monotab-curb-your-procras/nbdkmfcijeallndhmghpleledhilfkkk
Mô tả Monotab: Curb your procrastination. You need no more than one tab to get things done.
Kích Thước Tệp 16.12 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-12
Ngày Phát Hành 2014-06-12
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ozangunalp
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monotab: Curb your procrastination.",
    "short_name": "Monotab",
    "description": "Monotab: Curb your procrastination. You need no more than one tab to get things done.",
    "version": "1.0",
    "icons": {
        "128": "images\/m_logo128px_large_black.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "activeTab",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Toggle tab pin"
        }
    },
    "browser_action": {
        "default_icon": "images\/m_logo128px_large_black.png",
        "default_title": "Monotab"
    }
}