Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Τι είναι το Save Image to Downloads;
Το Save Image to Downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον posidron, και η κύρια λειτουργία του είναι "Save images to the Download folder without the nagging 'Save As' dialog.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save Image to Downloads
Λήψη αρχείων επέκτασης Save Image to Downloads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
Επίσημο URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Περιγραφή | Save images to the Download folder without the nagging 'Save As' dialog. |
Μέγεθος Αρχείου | 21.79 KB |
Αριθμός Εγκαταστάσεων | 94 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-02-12 |
Ημερομηνία Δημοσίευσης | 2020-02-12 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | posidron |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Christoph Diehl", "homepage_url": "https:\/\/github.com\/posidron", "background": { "scripts": [ "save.js" ] }, "permissions": [ "activeTab", "downloads", "contextMenus", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |