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
Eメール [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"
            ]
        }
    ]
}