Emoji Finder
Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Qu'est-ce que Emoji Finder ?
Emoji Finder est une extension Chrome développée par InBasic, et sa fonction principale est "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emoji Finder
Téléchargez les fichiers d'extension Emoji Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Emoji Finder |
ID | mlgeehafnfbhbofgdijakhhifcgbbmgd |
URL Officiel | 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 |
Taille du Fichier | 226 KB |
Nombre d'Installations | 716 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2017-01-18 |
Date de Publication | 2017-01-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | InBasic |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://add0n.com/emoji-finder.html |
URL de la Page d'Aide | http://add0n.com/emoji-finder.html |
URL de la Page de Politique de Confidentialité | https://add0n.com/policies/inb.cor.txt |
Langues Prises en Charge | 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" } |