Cloud Tabs

Store your opened tabs in the cloud or in local database

Что такое Cloud Tabs?

Cloud Tabs - это расширение Chrome, разработанное https://nyashi.ru, и его основная функция - "Store your opened tabs in the cloud or in local database".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Cloud Tabs

Скачайте файлы расширений Cloud Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
Официальный URL https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Описание Store your opened tabs in the cloud or in local database
Размер файла 874 KB
Количество установок 179
Текущая Версия 1.31
Последнее Обновление 2020-02-22
Дата публикации 2020-02-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://nyashi.ru
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://m3d.me/index.html?go=cloud-tabs
URL страницы помощи https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL страницы политики конфиденциальности https://nyashi.ru/privacy-policy.html
Поддерживаемые языки 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'"
}