DJ Khaled Paster
Copies DJ Khaled quotes to your clipboard
DJ Khaled Pasterคืออะไร?
DJ Khaled Paster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krish Masand และคุณลักษณะหลักของมันคือ "Copies DJ Khaled quotes to your clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DJ Khaled Paster
ดาวน์โหลดไฟล์ส่วนขยาย DJ Khaled Paster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copies DJ Khaled quotes to your clipboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akcheflefokkinocniickdplcmamdbjb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb |
คำอธิบาย | Copies DJ Khaled quotes to your clipboard |
ขนาดไฟล์ | 34.13 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-12-21 |
วันที่เผยแพร่ | 2015-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Krish Masand |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DJ Khaled Paster", "version": "1.0.0", "description": "Copies DJ Khaled quotes to your clipboard", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Jaden" }, "icons": { "128": "icon128.png" }, "permissions": [ "tabs", "notifications", "clipboardWrite" ], "commands": { "Paste": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Paste Shortcut", "global": true } } } |