Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
Random Emoji Generatorคืออะไร?
Random Emoji Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FDisk และคุณลักษณะหลักของมันคือ "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Emoji Generator
ดาวน์โหลดไฟล์ส่วนขยาย Random Emoji Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments. Added all possible emoji.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Emoji Generator |
ID | mminpoiopdfnnlljeldoammdgkkidimf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
คำอธิบาย | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
ขนาดไฟล์ | 62.78 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-10-29 |
วันที่เผยแพร่ | 2016-10-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | FDisk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Emoji Generator", "version": "1.0.2", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator", "author": "FDisk", "description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.", "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "build.js" ], "css": [ "css\/styles.css" ] } ], "icons": { "16": "images\/normal\/16x16.png", "48": "images\/normal\/48x48.png", "128": "images\/normal\/128x128.png" }, "web_accessible_resources": [ "images\/normal\/*.png", "images\/xmas\/*.png" ] } |