wordle-emoji-exporter
Export your wordle results as emojis!
wordle-emoji-exporterคืออะไร?
wordle-emoji-exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakemingolla และคุณลักษณะหลักของมันคือ "Export your wordle results as emojis!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wordle-emoji-exporter
ดาวน์โหลดไฟล์ส่วนขยาย wordle-emoji-exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show off your Wordle results to your friends in Slack with this easy-to-use extension! Right-click the extension icon and your results will be automatically copied to your clipboard. View the 'Options' panel to customize emojis selected.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | wordle-emoji-exporter |
ID | pkcpilkiingkpheafjabinjajcfmfcfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordle-emoji-exporter/pkcpilkiingkpheafjabinjajcfmfcfc |
คำอธิบาย | Export your wordle results as emojis! |
ขนาดไฟล์ | 54.3 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-01-06 |
วันที่เผยแพร่ | 2022-01-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jakemingolla |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jakemingolla/wordle-emoji-exporter |
URL หน้าช่วยเหลือ | https://github.com/jakemingolla/wordle-emoji-exporter/issues/new |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wordle-emoji-exporter", "description": "Export your wordle results as emojis!", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "192": "icons\/icon192.png", "512": "icons\/icon512.png" }, "permissions": [ "storage" ], "action": { "default_popup": "views\/popup.html" }, "options_ui": { "page": "views\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.powerlanguage.co.uk\/*" ], "js": [ "src\/content-script.js" ] } ] } |