Save Images to Google Photos™
Save Images to Google Photos with right click
Τι είναι το Save Images to Google Photos™;
Το Save Images to Google Photos™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Software Utilities, και η κύρια λειτουργία του είναι "Save Images to Google Photos with right click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save Images to Google Photos™
Λήψη αρχείων επέκτασης Save Images to Google Photos™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever found an image online and you wish to save it to Google Photos directly from the Chrome browser? You can do so now once you install our software "Save Images to Google™ Photos" This software is simple to use, there are 2 steps involved. 1) Install our software extension 2) Right Click the image you wish to save and choose our software extension option Our software is 100% free and a great way to save your photos to Google™ Photos without having to download the photo and uploading it again from your computer. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Save Images to Google™ Photos is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Save Images to Google Photos™ |
ID | flhfmkobpkfidkgnnjcglmhpjghllggm |
Επίσημο URL | https://chromewebstore.google.com/detail/save-images-to-google-pho/flhfmkobpkfidkgnnjcglmhpjghllggm |
Περιγραφή | Save Images to Google Photos with right click |
Μέγεθος Αρχείου | 174 KB |
Αριθμός Εγκαταστάσεων | 35,993 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2022-01-20 |
Ημερομηνία Δημοσίευσης | 2020-02-16 |
Αξιολόγηση | 4.13/5 Συνολικά 304 Αξιολογήσεις |
Προγραμματιστής | Free Software Utilities |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://save-photos.freebusinessapps.net/privacy-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "description": "__MSG_application_description__", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "container": [ "GOOGLE_DRIVE" ], "background": { "scripts": [ "js\/welcome-goodbye.js", "js\/setrequest.js" ] }, "permissions": [ "identity", "storage", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/save-photos.freebusinessapps.net\/*" ], "js": [ "js\/oauthRedirect.js" ] } ], "browser_action": { "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "google photos extension", "default_popup": "ui\/popup.html" }, "oauth2": { "client_id": "1091195430040-audbciu6essh07bg6d5s9rtb59cs5b9m.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/photoslibrary" ] }, "incognito": "split", "homepage_url": "https:\/\/save-photos.freebusinessapps.net\/" } |