ShutterKeys
Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.
Apa itu ShutterKeys?
ShutterKeys adalah ekstensi Chrome yang dikembangkan oleh Andras Gyula Csontos, dan fitur utamanya adalah "Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShutterKeys
Unduh file ekstensi ShutterKeys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mmnoiabpkfeocgiadbmmbiakgndjlgdn |
URL Resmi | https://chrome.google.com/webstore/detail/shutterkeys/mmnoiabpkfeocgiadbmmbiakgndjlgdn |
Deskripsi | Shutterkeys is a very simple Google Chrome extension which helps you to copy keywords from a Shutterstock image/vector/video page. |
Ukuran File | 13.69 KB |
Jumlah Instalasi | 800 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2021-12-17 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 4.27/5 Total 15 Penilaian |
Pengembang | Andras Gyula Csontos |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |