Fast Emoji Search
Search fast for the perfect Emoji
Qu'est-ce que Fast Emoji Search ?
Fast Emoji Search est une extension Chrome développée par uvautuk97, et sa fonction principale est "Search fast for the perfect Emoji".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast Emoji Search
Téléchargez les fichiers d'extension Fast Emoji Search 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
Search for the perfect emoji to copy and paste and message to friends. Over 60,000 available.
Informations de Base sur l'Extension
Nom | |
ID | oemmafcffdejkfjglkgnejemgapbdebj |
URL Officiel | https://chromewebstore.google.com/detail/fast-emoji-search/oemmafcffdejkfjglkgnejemgapbdebj |
Description | Search fast for the perfect Emoji |
Taille du Fichier | 112 KB |
Nombre d'Installations | 775 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2021-10-05 |
Date de Publication | 2021-06-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | uvautuk97 |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.fastemoji.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Emoji Search", "version": "1.1.7", "description": "Search fast for the perfect Emoji", "author": "Fast Emoji", "browser_action": { "default_icon": "icon.png", "default_title": "Fast Emoji Search", "default_popup": "popup\/popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.fastemoji.com\/" ], "background": { "scripts": [ "popup\/js\/jquery-3.2.1.min.js", "popup\/js\/popup.js" ], "persistent": false } } |