Emoticon input everywhere
Allow input emoticon in everywhere
Was ist Emoticon input everywhere?
Emoticon input everywhere ist eine Chrome-Erweiterung, die von Robin Huy entwickelt wurde, und ihr Hauptmerkmal ist "Allow input emoticon in everywhere".
Erweiterungsscreenshots
Emoticon input everywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emoticon input everywhere-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
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
Grundlegende Informationen zur Erweiterung
Name | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
Offizielle URL | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
Beschreibung | Allow input emoticon in everywhere |
Dateigröße | 11.64 KB |
Installationsanzahl | 135 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-03-21 |
Veröffentlichungsdatum | 2017-03-21 |
Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
Entwickler | Robin Huy |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/robinhuy/emoticon-input |
Hilfeseite URL | https://github.com/robinhuy/emoticon-input |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |