Steemoji - Easy Emojis for Steemit

This extension helps to insert emojis into steemit posts

什么是Steemoji - Easy Emojis for Steemit?

Steemoji - Easy Emojis for Steemit是由dehenne开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to insert emojis into steemit posts”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Steemoji - Easy Emojis for Steemit扩展crx文件

下载Steemoji - Easy Emojis for Steemit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Steemoji - Easy Emojis for Steemit Steemoji - Easy Emojis for Steemit
ID oglhmgjoechnljijaoedcgjgjmeladgf
官方URL https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf
简介 This extension helps to insert emojis into steemit posts
文件大小 24.38 KB
安装次数 62
当前版本 0.7
更新时间 2019-03-08
上架时间 2019-03-08
评分 4.14/5 共7次评分
开发者 dehenne
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}