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是由Shutterstock开发的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扩展crx文件
下载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\/*" ] } } |