Emoji Finder
Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Wat is Emoji Finder?
Emoji Finder is een Chrome-extensie ontwikkeld door InBasic, en de belangrijkste functie is "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoji Finder
Download Emoji Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Emoji Finder |
ID | mlgeehafnfbhbofgdijakhhifcgbbmgd |
Officiële URL | https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd |
Beschrijving | Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail |
Bestandsgrootte | 226 KB |
Aantal Installaties | 716 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2017-01-18 |
Publicatiedatum | 2017-01-18 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | InBasic |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://add0n.com/emoji-finder.html |
Help Pagina-URL | http://add0n.com/emoji-finder.html |
URL van de Privacybeleid Pagina | https://add0n.com/policies/inb.cor.txt |
Ondersteunde Talen | 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" } |