Cloud Tabs

Store your opened tabs in the cloud or in local database

Cloud Tabs là gì?

Cloud Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://nyashi.ru, và tính năng chính của nó là "Store your opened tabs in the cloud or in local database".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Tabs

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

                        Cloud Tabs allows you to group open browser tabs into a convenient list and save it on your computer or server. This will significantly save memory consumption. In addition, if you save your tabs to the server, you can continue to work with them on any of your devices in any of the supported browsers. Authorization in Cloud Tabs is carried out through social networks. You can attach a text note to each tab.                    

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

Tên Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
URL Chính Thức https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Mô tả Store your opened tabs in the cloud or in local database
Kích Thước Tệp 874 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2020-02-22
Ngày Phát Hành 2020-02-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://nyashi.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://m3d.me/index.html?go=cloud-tabs
URL Trang Trợ Giúp https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL Trang Chính Sách Bảo Mật https://nyashi.ru/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Tabs",
    "description": "Store your opened tabs in the cloud or in local database",
    "version": "1.31",
    "icons": {
        "128": "i\/icon128.png",
        "48": "i\/icon48.png",
        "16": "i\/icon16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/nyashi.ru\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "i\/icon19.png",
            "38": "i\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "index.html",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}