Shutterstock Reveal
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Τι είναι το Shutterstock Reveal;
Το Shutterstock Reveal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shutterstock, και η κύρια λειτουργία του είναι "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shutterstock Reveal
Λήψη αρχείων επέκτασης Shutterstock Reveal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Shutterstock Reveal |
ID | iogibhaacmieogkdgebfbjgoofdlcmgb |
Επίσημο URL | https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb |
Περιγραφή | Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use. |
Μέγεθος Αρχείου | 27.76 KB |
Αριθμός Εγκαταστάσεων | 7,111 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2020-07-04 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 2.86/5 Συνολικά 36 Αξιολογήσεις |
Προγραμματιστής | Shutterstock |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.shutterstock.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.shutterstock.com/privacy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "SSTK Reveal", "version": "1.0.8", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/sstk-chrome-ext-16.png", "128": "icons\/sstk-chrome-ext-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": false } ], "browser_action": { "default_icon": { "16": "icons\/sstk-chrome-ext-16-inactive.png", "48": "icons\/sstk-chrome-ext-48-inactive.png", "128": "icons\/sstk-chrome-ext-128-inactive.png" }, "default_title": "Shutterstock Reveal" }, "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "https:\/\/plugins.shutterstock.com\/*", "downloads" ], "externally_connectable": { "matches": [ "*:\/\/*.shutterstock.com\/*" ] } } |