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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}