Emoji Selector
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…
Apa itu Emoji Selector?
Emoji Selector adalah ekstensi Chrome yang dikembangkan oleh Faycal Bessayah, dan fitur utamanya adalah "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emoji Selector
Unduh file ekstensi Emoji Selector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to emoticon-websites to search, copy and paste emojis to your message. The extension is very simple to use. Click on the extension button or use the shortcut command ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc. * You need to refresh opened pages after installation.
Informasi Dasar Ekstensi
Nama | Emoji Selector |
ID | cmhipmaommgbjboekcbbilbflfekdlgi |
URL Resmi | https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi |
Deskripsi | Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to… |
Ukuran File | 272 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-14 |
Tanggal Publikasi | 2021-02-01 |
Pengembang | Faycal Bessayah |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Selector", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "Command+E", "chromeos": "Ctrl+E", "linux": "Ctrl+E" } } }, "browser_action": { "default_icon": "emoji.png", "default_popup": "index.html", "default_title": "Emoji Selector" } } |