Snapshot

Capture the state of your current browser window.

Что такое Snapshot?

Snapshot - это расширение Chrome, разработанное https://lucajoos.de, и его основная функция - "Capture the state of your current browser window.".

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

screenshot
screenshot
screenshot

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

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

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

                        Save, synchronize and share the current state of your browser window. 
With just one click, you can create a personalized Snapshot that gives you full access to your last session - even if you've closed your browser.
Open Snapshot on another device, log in with your account, and get real-time access to all your saved tabs. You can even share your Snapshots with friends to let them experience your current browsing session with just a couple of clicks.                    

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

Название Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
Официальный URL https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Описание Capture the state of your current browser window.
Размер файла 186 KB
Количество установок 132
Текущая Версия 2.3.0
Последнее Обновление 2022-05-29
Дата публикации 2022-04-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://lucajoos.de
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://snapshot.lucajoos.de
URL страницы политики конфиденциальности https://snapshot.lucajoos.de/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapshot",
    "description": "Capture the state of your current browser window.",
    "version": "2.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "app.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/png\/16x16.png",
        "48": "icons\/png\/48x48.png",
        "128": "icons\/png\/128x128.png"
    }
}