Shutterstock Reveal
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Wat is Shutterstock Reveal?
Shutterstock Reveal is een Chrome-extensie ontwikkeld door Shutterstock, en de belangrijkste functie is "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shutterstock Reveal
Download Shutterstock Reveal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Basisinformatie over de Extensie
Naam | Shutterstock Reveal |
ID | iogibhaacmieogkdgebfbjgoofdlcmgb |
Officiële URL | https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb |
Beschrijving | Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use. |
Bestandsgrootte | 27.76 KB |
Aantal Installaties | 7,111 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2020-07-04 |
Publicatiedatum | 2020-07-04 |
Beoordeling | 2.86/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Shutterstock |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.shutterstock.com |
URL van de Privacybeleid Pagina | https://www.shutterstock.com/privacy |
Ondersteunde Talen | 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\/*" ] } } |