:emoji:

the emoji autocomplete anywhere on the internet

:emoji: là gì?

:emoji: là một tiện ích mở rộng Chrome được phát triển bởi https://emojidots.xyz, và tính năng chính của nó là "the emoji autocomplete anywhere on the internet".

Ả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 :emoji:

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

                        The emoji autocomplete anywhere on the internet.
Just type :smile: or :shrug: and the text will magically convert into an emoji or take advantage of the suggestions box.                    

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

Tên :emoji: :emoji:
ID glilodakjkecbpccacpcmienbpeebpfa
URL Chính Thức https://chromewebstore.google.com/detail/emoji/glilodakjkecbpccacpcmienbpeebpfa
Mô tả the emoji autocomplete anywhere on the internet
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2019-07-27
Ngày Phát Hành 2019-07-26
Đánh Giá 2.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://emojidots.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ":emoji:",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "the emoji autocomplete anywhere on the internet",
    "homepage_url": "http:\/\/emojidots.xyz",
    "background": {
        "scripts": [
            "main\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "libs\/jquery.min.js",
                "libs\/jsel.js",
                "libs\/bililiteRange.js",
                "libs\/jquery.sendkeys.js",
                "main\/emoji.js",
                "main\/pageCom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48px.png",
        "default_title": ":emoji:",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "permissions": [
        "https:\/\/gist.githubusercontent.com\/gonelf\/d8ae3ccb7902b501c4a5dd625d4089da\/raw\/5eeda197ba92f8c8139e846a1225d5640077e06f\/emoji_pretty.json",
        "tabs",
        "storage"
    ]
}