Steemoji - Easy Emojis for Steemit

This extension helps to insert emojis into steemit posts

Cos'è Steemoji - Easy Emojis for Steemit?

Steemoji - Easy Emojis for Steemit è un'estensione di Chrome sviluppata da dehenne, e la sua funzione principale è "This extension helps to insert emojis into steemit posts".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steemoji - Easy Emojis for Steemit

Scarica i file di estensione Steemoji - Easy Emojis for Steemit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Steemoji - Easy Emojis for Steemit Steemoji - Easy Emojis for Steemit
ID oglhmgjoechnljijaoedcgjgjmeladgf
URL Ufficiale https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf
Descrizione This extension helps to insert emojis into steemit posts
Dimensione del File 24.38 KB
Conteggio Installazioni 62
Versione Corrente 0.7
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore dehenne
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}