Shutterstock Reveal
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Co je Shutterstock Reveal?
Shutterstock Reveal je rozšíření Chrome vyvinuté Shutterstock, a jeho hlavní funkcí je „Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Shutterstock Reveal
Stáhněte si soubory rozšíření Shutterstock Reveal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Základní Informace o Rozšíření
Název | Shutterstock Reveal |
ID | iogibhaacmieogkdgebfbjgoofdlcmgb |
Oficiální URL | https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb |
Popis | Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use. |
Velikost souboru | 27.76 KB |
Počet instalací | 7,111 |
Aktuální Verze | 1.0.8 |
Poslední Aktualizace | 2020-07-04 |
Datum Vydání | 2020-07-04 |
Hodnocení | 2.86/5 Celkem 36 Hodnocení |
Vývojář | Shutterstock |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.shutterstock.com |
URL Stránky Zásad Ochrany Soukromí | https://www.shutterstock.com/privacy |
Podporované Jazyky | 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\/*" ] } } |