Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

Cos'è Emoji Finder?

Emoji Finder è un'estensione di Chrome sviluppata da InBasic, e la sua funzione principale è "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emoji Finder

Scarica i file di estensione Emoji Finder 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

                        Emoji Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis.

Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard.

For more info please visit:
http://add0n.com/emoji-finder.html                    

Informazioni di Base sull'Estensione

Nome Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
URL Ufficiale https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
Descrizione Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Dimensione del File 226 KB
Conteggio Installazioni 716
Versione Corrente 0.1.0
Ultimo Aggiornamento 2017-01-18
Data di Pubblicazione 2017-01-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore InBasic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://add0n.com/emoji-finder.html
URL della Pagina di Aiuto http://add0n.com/emoji-finder.html
URL della Pagina della Politica sulla Privacy https://add0n.com/policies/inb.cor.txt
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Finder",
    "version": "0.1.0",
    "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_popup": "Default.html"
    },
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "Options.html"
    },
    "background": {
        "scripts": [
            "Script\/Background.js"
        ]
    },
    "homepage_url": "http:\/\/add0n.com\/emoji-finder.html"
}