Save to Google Photos™ RE

Upload images to Google Photos

Save to Google Photos™ RE là gì?

Save to Google Photos™ RE là một tiện ích mở rộng Chrome được phát triển bởi https://savetogooglephotos.com, và tính năng chính của nó là "Upload images to Google Photos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to Google Photos™ RE

Tải xuống các tệp mở rộng Save to Google Photos™ RE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Instructions:
1) Open the options menu by clicking on the extension icon.
2) Select an album(s) you want to save too(defaults to no album).
3) Right click an image and send it to Google Photos.

This extension is not affiliated with Google Photos or Google Photos Team. Please visit https://photos.google.com for Google Photos. Google Photos and the related logo are trademarks of Google LLC. Use of these trademarks are subject to Google Permissions.

Private Policy
https://github.com/SaveToGooglePhotos/SaveToGooglePhotos/blob/main/README.md                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to Google Photos™ RE Save to Google Photos™ RE
ID abambkogbhddhefbhkplnfdhlkepfcfc
URL Chính Thức https://chromewebstore.google.com/detail/save-to-google-photos-re/abambkogbhddhefbhkplnfdhlkepfcfc
Mô tả Upload images to Google Photos
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-09-10
Ngày Phát Hành 2021-08-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://savetogooglephotos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SaveToGooglePhotos/SaveToGooglePhotos/blob/main/README.md
URL Trang Trợ Giúp https://github.com/SaveToGooglePhotos/SaveToGooglePhotos/blob/main/README.md
URL Trang Chính Sách Bảo Mật https://savetogooglephotos.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhec59dtCW4Rm8Z3EbrlHVb025WXQLWHDJYgsGQhRx9DzViZnX\/PN+daB6Jii1cuuj+JWLTsfOkR9lPsg1wb4GYf5pUWbWHmdAivyXUSzY\/R9kDSI0wY2UIr4I1lCnH0EN4zFbqQjqH2Cx1Tzf3s4oYMgEGK4yn9AyKSMeGbFDyjvOCLP3E9YzhVOwybIi78NW1VNf5J3\/ghPYq+\/ZCAsjHGEaMuIGosmDgNuN0QI31qOoqH8bKZLrPvCEkZ3s0nz4YHLPSZjRLfAIeJmyUKv\/4DMswgL9aN8kvqQjO2OAriwjBTBjYWUYfsQxO0pI0sfsaaSex95OnIF9U7iv0e0hwIDAQAB",
    "name": "Save to Google Photos\u2122 RE",
    "version": "1.01",
    "manifest_version": 3,
    "description": "Upload images to Google Photos",
    "permissions": [
        "contextMenus",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "oauth2": {
        "client_id": "475159336221-dctt56684ksb2u8ctnq45sang6eu9hlj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/photoslibrary"
        ]
    },
    "content_security_policy": {
        "script-src": "self",
        "https:\/\/ssl.google-analytics.com": "unsafe-eval",
        "object-src": "self"
    }
}