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 |
Eメール | [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\/*" ] } } |