Emoti

Emoti creates an easy-to-use dropdown menu for inserting emoticons.

Was ist Emoti?

Emoti ist eine Chrome-Erweiterung, die von Andrew Pitts entwickelt wurde, und ihr Hauptmerkmal ist "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".

Erweiterungsscreenshots

screenshot

Emoti-Erweiterungs-CRX-Datei herunterladen

Laden Sie Emoti-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.                    

Grundlegende Informationen zur Erweiterung

Name Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
Offizielle URL https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
Beschreibung Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Dateigröße 25.31 KB
Installationsanzahl 229
Aktuelle Version 1.0.6
Letztes Update 2017-06-17
Veröffentlichungsdatum 2017-06-17
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Andrew Pitts
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://apitts.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoti",
    "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Emoti"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ]
}