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\/*" ] } } |