ShutterKeys
Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
O que é ShutterKeys?
ShutterKeys é uma extensão do Chrome desenvolvida por Andras Gyula Csontos, e sua principal característica é "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShutterKeys
Baixe arquivos de extensão ShutterKeys no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mmnoiabpkfeocgiadbmmbiakgndjlgdn |
URL Oficial | https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn |
Descrição | Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page. |
Tamanho do Arquivo | 13.69 KB |
Contagem de Instalações | 800 |
Versão Atual | 2.2 |
Última Atualização | 2021-12-17 |
Data de Publicação | 2020-06-30 |
Classificação | 4.27/5 Total de 15 Avaliações |
Desenvolvedor | Andras Gyula Csontos |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |