Steemoji - Easy Emojis for Steemit

This extension helps to insert emojis into steemit posts

Steemoji - Easy Emojis for Steemit là gì?

Steemoji - Easy Emojis for Steemit là một tiện ích mở rộng Chrome được phát triển bởi dehenne, và tính năng chính của nó là "This extension helps to insert emojis into steemit posts".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steemoji - Easy Emojis for Steemit

Tải xuống các tệp mở rộng Steemoji - Easy Emojis for Steemit 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

                        Are you tired of looking for emojis in Steemit?
Does it bother you to search, copy and paste?


Steemoji helps you. Simply add Emojis in your Steemit posts. No searching, copy and paste is necessary.

**Please be careful. The plug-in is in beta**                    

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

Tên Steemoji - Easy Emojis for Steemit Steemoji - Easy Emojis for Steemit
ID oglhmgjoechnljijaoedcgjgjmeladgf
URL Chính Thức https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf
Mô tả This extension helps to insert emojis into steemit posts
Kích Thước Tệp 24.38 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển dehenne
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",
    "manifest_version": 2,
    "name": "Steemoji - Easy Emojis for Steemit",
    "description": "This extension helps to insert emojis into steemit posts",
    "version": "0.7",
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "context.js"
        ]
    },
    "options_page": "options.html",
    "minimum_chrome_version": "50",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/javascripts\/emoticons.js",
        "assets\/javascripts\/steemoji.js",
        "assets\/javascripts\/twemoji.js",
        "assets\/css\/steemoji.css",
        "assets\/images\/steemoji.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}