Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Τι είναι το Right Clicking - Views Image;
Το Right Clicking - Views Image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Micha, και η κύρια λειτουργία του είναι "Adds an option to 'View image' to the right click context menu on an image".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Right Clicking - Views Image
Λήψη αρχείων επέκτασης Right Clicking - Views Image σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Επίσημο URL | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Περιγραφή | Adds an option to 'View image' to the right click context menu on an image |
Μέγεθος Αρχείου | 10.31 KB |
Αριθμός Εγκαταστάσεων | 117 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-05-23 |
Ημερομηνία Δημοσίευσης | 2022-05-23 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Micha |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Clicking - Views Image", "description": "Adds an option to 'View image' to the right click context menu on an image", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |