ShutterKeys
Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
Что такое ShutterKeys?
ShutterKeys - это расширение Chrome, разработанное Andras Gyula Csontos, и его основная функция - "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".
Снимки экрана расширения
Скачать файл CRX расширения ShutterKeys
Скачайте файлы расширений 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 |
Электронная почта | [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 } |