Shruggie
This extension copies the shruggie character to your clipboard
Shruggieคืออะไร?
Shruggie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://madmaxlax.com และคุณลักษณะหลักของมันคือ "This extension copies the shruggie character to your clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shruggie
ดาวน์โหลดไฟล์ส่วนขยาย Shruggie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy and paste Shruggie app Copies the Shruggie characters to your clipboard to paste anywhere. ¯\_(ツ)_/¯ That's it! No background pages or anything questions: shruggie [at] madmaxlax.com source at https://github.com/madmaxlax/shruggie-chrome-ext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shruggie |
ID | gajlbghllhneagnenoigoacccalfnjmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd |
คำอธิบาย | This extension copies the shruggie character to your clipboard |
ขนาดไฟล์ | 28.02 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-04-12 |
วันที่เผยแพร่ | 2017-04-12 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://madmaxlax.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shruggie", "short_name": "Shruggie", "description": "This extension copies the shruggie character to your clipboard", "version": "0.2", "offline_enabled": true, "browser_action": { "default_icon": "shruggie-full.png", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite" ], "icons": { "16": "shruggie-16.png", "32": "shruggie-32.png", "48": "shruggie-48.png", "128": "shruggie-128.png" } } |