EmojiMagic!

Replace text with emojis!

EmojiMagic! là gì?

EmojiMagic! là một tiện ích mở rộng Chrome được phát triển bởi Yoonicode, và tính năng chính của nó là "Replace text with emojis!".

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

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

Tải xuống các tệp mở rộng EmojiMagic! 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

                        EmojiMagic! When you press the EmojiMagic button, the extension searches for keywords in your page. It then replaces those keywords with the corresponding emoji.

Have fun!

You can undo the EmojiMagic by simply reloading the page.

**************************************
*Versions and release notes: *
**************************************
  1.0.4;
     Removed the temporary fix that was added in the last version.
  1.0.3:
      Added more emoji+word combinations. Added whole section of "nature" and whole section of "people and faces". 
  1.0.2:
      Changed replacement code so now i doesn't put the whole page html in lowercase. This should fix many, if not all, of the bugs with this extension.
  1.0.1:
      Added more emoji-keyword combos. I am working on making this not break any pages.
   1.0:
      Added the extension! I will add more keywords/emojis later.                    

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

Tên EmojiMagic! EmojiMagic!
ID inlopoikkacnkhmgoheelehlhplknbpl
URL Chính Thức https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl
Mô tả Replace text with emojis!
Kích Thước Tệp 6.26 MB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-05-16
Ngày Phát Hành 2016-05-16
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Yoonicode
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiMagic!",
    "description": "Replace text with emojis!",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "EmojiMagic!",
        "default_icon": "img\/thumb.png"
    },
    "manifest_version": 2
}