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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |