Emoji Selector
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…
什麼是Emoji Selector?
Emoji Selector是由Faycal Bessayah開發的Chrome擴展程式,該擴展的主要功能是“Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…”。
擴展截圖
下載Emoji Selector擴展crx文件
下載Emoji Selector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Emoji Selector |
ID | cmhipmaommgbjboekcbbilbflfekdlgi |
官方網址 | https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi |
簡介 | Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to… |
檔案大小 | 272 KB |
安裝次數 | 24 |
目前版本 | 1.0 |
更新時間 | 2021-03-14 |
上架時間 | 2021-02-01 |
開發者 | Faycal Bessayah |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |