Chrome Url Saver

Save and Load currectly opened sites

Что такое Chrome Url Saver?

Chrome Url Saver - это расширение Chrome, разработанное replayer0, и его основная функция - "Save and Load currectly opened sites".

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

screenshot
screenshot

Скачать файл CRX расширения Chrome Url Saver

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

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

                        This app saves URLs of tabs that are currently opened on your Chrome browser to your Google account to reload them again on Chrome browser at anywhere, anytime.

1. Save the currently open sites to your Google account.
2. You can open your saved sites by logging in to your Google account on another PC or Chrome                    

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

Название Chrome Url Saver Chrome Url Saver
ID inhocmadkfmhncnfjpkjfnojfdiaghfg
Официальный URL https://chromewebstore.google.com/detail/chrome-url-saver/inhocmadkfmhncnfjpkjfnojfdiaghfg
Описание Save and Load currectly opened sites
Размер файла 13.28 KB
Количество установок 1,404
Текущая Версия 1.0.2
Последнее Обновление 2022-09-28
Дата публикации 2016-11-23
Рейтинг 4.86/5 Всего 35 оценок
Разработчик replayer0
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Url Saver",
    "version": "1.0.2",
    "description": "Save and Load currectly opened sites",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}