ShutterKeys
Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
ShutterKeysとは何ですか?
ShutterKeysはAndras Gyula Csontosによって開発されたChromeの拡張機能で、その主な機能は「Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.」です。
拡張機能のスクリーンショット
ShutterKeys拡張機能のCRXファイルをダウンロード
ShutterKeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shutterkeys is a very simple extension which helps you to copy your image keywords from its Shutterstock image/vector/video page. This extension was developed for Shutterstock contributors for saving time in their keywording process. This extension never gather or store any personal and other datas. Shutterstock is a trademark of Shutterstock, Inc.
拡張機能の基本情報
名前 | |
ID | mmnoiabpkfeocgiadbmmbiakgndjlgdn |
公式URL | https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn |
説明 | Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page. |
ファイルサイズ | 13.69 KB |
インストール数 | 800 |
現在のバージョン | 2.2 |
最終更新日 | 2021-12-17 |
公開日 | 2020-06-30 |
評価 | 4.27/5 合計 15 レビュー |
開発者 | Andras Gyula Csontos |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShutterKeys", "description": "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image\/vector\/video page.", "version": "2.2", "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.shutterstock.com\/*" ], "js": [ "popup.js", "content.js" ] } ], "manifest_version": 2 } |