Save To Google Photos

Save to Google Photos! Right click to save a picture.

Что такое Save To Google Photos?

Save To Google Photos - это расширение Chrome, разработанное david, и его основная функция - "Save to Google Photos! Right click to save a picture.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Save To Google Photos

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

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

                        The Save To Google Photos Extension adds a button to your right click that instantly uploads images to your Google Photos account.

The extension will upload the image to the currently signed in google account. The image will be saved in its original quality. If the image is not hosted publicly or is hosted locally the extension my not be able to fetch the image.                    

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

Название Save To Google Photos Save To Google Photos
ID npdjgljjkbnofodmnokgcfjkjnlldmfd
Официальный URL https://chromewebstore.google.com/detail/save-to-google-photos/npdjgljjkbnofodmnokgcfjkjnlldmfd
Описание Save to Google Photos! Right click to save a picture.
Размер файла 223 KB
Количество установок 1,700
Текущая Версия 1.0.2
Последнее Обновление 2023-12-25
Дата публикации 2022-08-08
Рейтинг 4.75/5 Всего 4 оценок
Разработчик david
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.photosextension.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save To Google Photos",
    "version": "1.0.2",
    "description": "Save to Google Photos! Right click to save a picture.",
    "manifest_version": 3,
    "author": "David Rowson",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Save To Google Photos",
        "default_icon": {
            "16": "\/images\/normal.png",
            "48": "\/images\/normal.png",
            "128": "\/images\/normal.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmIqf2peWBhjc0g6SgN\/svs+ZVe+\/\/s8cW5IQKqRkjI0y9AKxgpwSWTzYGcI5EGBkds4MdBnB6Tne6UYH\/1uosMzg2IHBH4VSdG48MYOP4Dz\/8mDoRnR1\/Ceh8EcyqTJrllJcBJRD30QsFiRQXOTPyG48O0uB1C0eLR6+VozUOBfQ40YtLFmdJmSrBh9MY7X35q2wzK10qCjyjJqqGWFOjFdeQ8GnCUkQIPIAj9vPhpvttvyNVbQfsIZ+NBmJqu\/Sv97KY1xQNEAyzRZjuKEnLM7b+PCe8HdFyx1RLa5qM3Z7352fWVbVBVe81MeTABP3PQw39gS4zEtqUQkRiiFAwIDAQAB",
    "oauth2": {
        "client_id": "858067042842-voi0tj17kprtvpagj51lj7m1i6molhms.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/photoslibrary.appendonly"
        ]
    },
    "icons": {
        "16": "\/images\/normalbig.png",
        "48": "\/images\/normalbig.png",
        "128": "\/images\/normalbig.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "identity"
    ],
    "background": {
        "service_worker": "JS\/background.js"
    }
}