Steemoji - Easy Emojis for Steemit

This extension helps to insert emojis into steemit posts

What is Steemoji - Easy Emojis for Steemit?

Steemoji - Easy Emojis for Steemit is a Chrome extension developed by dehenne, and its main feature is "This extension helps to insert emojis into steemit posts".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Steemoji - Easy Emojis for Steemit Extension CRX File

Download Steemoji - Easy Emojis for Steemit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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**                    

Extension Basic Information

Name Steemoji - Easy Emojis for Steemit Steemoji - Easy Emojis for Steemit
ID oglhmgjoechnljijaoedcgjgjmeladgf
Official URL https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf
Description This extension helps to insert emojis into steemit posts
File Size 24.38 KB
Installation Count 62
Current Version 0.7
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.14/5 Total 7 Ratings
Developer dehenne
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}