Emoji Finder

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

What is Emoji Finder?

Emoji Finder is a Chrome extension developed by InBasic, and its main feature is "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".

Extension Screenshots

screenshot

Download Emoji Finder Extension CRX File

Download Emoji Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
Official URL https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
Description Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
File Size 226 KB
Installation Count 716
Current Version 0.1.0
Last Updated 2017-01-18
Publish Date 2017-01-18
Rating 5.00/5 Total 4 Ratings
Developer InBasic
Email [email protected]
Payment Type free
Extension Website http://add0n.com/emoji-finder.html
Help Page URL http://add0n.com/emoji-finder.html
Privacy Policy Page URL https://add0n.com/policies/inb.cor.txt
Supported Languages 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"
}