Emoji Finder
Easily find & copy any emoji(s) from your browser toolbar popup UI
Emoji Finderとは何ですか?
Emoji FinderはJorviによって開発されたChromeの拡張機能で、その主な機能は「Easily find & copy any emoji(s) from your browser toolbar popup UI」です。
拡張機能のスクリーンショット
Emoji Finder拡張機能のCRXファイルをダウンロード
Emoji Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Emoji Finder extension lets you find and copy desired emoji(s) from your browser's toolbar popup with just one click. Few features: 1. Over 1800 emojis to choose from. 2. Toolbar popup has a built-in finder to search and find the desired emojis. 3. Click on each emoji to see details and copy the icon to the clipboard. 4. No settings or options to adjust. Note 1: to copy each emoji icon, simply click on it. The emoji will be copied to the clipboard automatically. Note 2: depending on your browser's version and operating systems, some emoji icons may not render properly. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/easy-emoji.html).
拡張機能の基本情報
名前 | Emoji Finder |
ID | iccnjfgjkdodnhojijhmneglildgljde |
公式URL | https://chromewebstore.google.com/detail/emoji-finder/iccnjfgjkdodnhojijhmneglildgljde |
説明 | Easily find & copy any emoji(s) from your browser toolbar popup UI |
ファイルサイズ | 59.99 KB |
インストール数 | 370 |
現在のバージョン | 0.1.8 |
最終更新日 | 2023-11-12 |
公開日 | 2019-10-12 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Jorvi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mybrowseraddon.com/easy-emoji.html |
ヘルプページのURL | https://mybrowseraddon.com/easy-emoji.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.8", "manifest_version": 3, "name": "Emoji Finder", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/easy-emoji.html", "description": "Easily find & copy any emoji(s) from your browser toolbar popup UI", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Emoji Finder", "default_popup": "data\/interface\/index.html?popup", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |