Tab Focused

Stashes all tabs in currently opened window to a named clipboard.

Tab Focused là gì?

Tab Focused là một tiện ích mở rộng Chrome được phát triển bởi https://metacode.biz, và tính năng chính của nó là "Stashes all tabs in currently opened window to a named clipboard.".

Ả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 Tab Focused

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

                        Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment.

Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window.

Send suggestions and bug reports to [email protected]                    

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

Tên Tab Focused Tab Focused
ID mhdljapdjjfoeafbcldiajggppjomeno
URL Chính Thức https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno
Mô tả Stashes all tabs in currently opened window to a named clipboard.
Kích Thước Tệp 14.09 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-10-14
Ngày Phát Hành 2013-10-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://metacode.biz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://metacode.biz/privacy/policy
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focused",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon20.png"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.1"
}