Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

Open Tabs là gì?

Open Tabs là một tiện ích mở rộng Chrome được phát triển bởi opentabs, và tính năng chính của nó là "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".

Ả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 Open Tabs

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

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

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

Tên Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
URL Chính Thức https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
Mô tả When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Kích Thước Tệp 71.36 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2014-08-23
Ngày Phát Hành 2014-08-23
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển opentabs
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/myopentabs
URL Trang Trợ Giúp https://twitter.com/myopentabs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}