Snapseed for PC/MAC

Use the mobile version of Snapseed directly in the Chrome browser.

Что такое Snapseed for PC/MAC?

Snapseed for PC/MAC - это расширение Chrome, разработанное Great Extensions, и его основная функция - "Use the mobile version of Snapseed directly in the Chrome browser.".

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

screenshot

Скачать файл CRX расширения Snapseed for PC/MAC

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

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

                        Snapseed™ for Chrome - browse to your PC/Mac

This is Snapseed Online Emulator for Chrome, a free android online emulator from where any user can run the Snapseed using only the web browser.  Among the different existing user interface configurations.                    

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

Название Snapseed for PC/MAC Snapseed for PC/MAC
ID idmhdbkincmbidgnpjlfjhoabdhalgnp
Официальный URL https://chrome.google.com/webstore/detail/snapseed-for-pcmac/idmhdbkincmbidgnpjlfjhoabdhalgnp
Описание Use the mobile version of Snapseed directly in the Chrome browser.
Размер файла 28.29 KB
Количество установок 1,486
Текущая Версия 1.2
Последнее Обновление 2022-07-14
Дата публикации 2022-07-14
Рейтинг 3.64/5 Всего 11 оценок
Разработчик Great Extensions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use the mobile version of Snapseed directly in the Chrome browser.",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Snapseed for PC\/MAC",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}