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 } |