Random Emoji Generator

Generate Random number of Emojis to annoy your friends XD

Random Emoji Generator là gì?

Random Emoji Generator là một tiện ích mở rộng Chrome được phát triển bởi OrionTech, và tính năng chính của nó là "Generate Random number of Emojis to annoy your friends XD".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random Emoji Generator

Tải xuống các tệp mở rộng Random Emoji Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Install this to generate thousands of emojis in just a second!

Usage:
  - Clicking on Generate generates X number of random emojis.
  - Copy selects the emojis and copies to the clipboard.
  - Clear resets the input value to a number.

Have Fun! :-D                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random Emoji Generator Random Emoji Generator
ID ejeamoghipiaiakgpahfonkgejimghcg
URL Chính Thức https://chromewebstore.google.com/detail/random-emoji-generator/ejeamoghipiaiakgpahfonkgejimghcg
Mô tả Generate Random number of Emojis to annoy your friends XD
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-06-17
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển OrionTech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LycurgusOrion/RandomEmojiGenerator
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Emoji Generator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Generate Random number of Emojis to annoy your friends XD",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "REG",
        "default_popup": "popup.html"
    }
}