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. 擴展基本資訊
| 名稱 | |
| ID | iogibhaacmieogkdgebfbjgoofdlcmgb |
| 官方網址 | 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\/*"
]
}
} | |