What Emoji Is This?
Defines emojis for you! Just select an emoji, right click and hit the emoji button.
What Emoji Is This?とは何ですか?
What Emoji Is This?はDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Defines emojis for you! Just select an emoji, right click and hit the emoji button.」です。
拡張機能のスクリーンショット
What Emoji Is This?拡張機能のCRXファイルをダウンロード
What Emoji Is This?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
What Emoji Is This? With this chrome extension, the answer is one click away. Select the mystery emoji, right click and hit the colourful emoji icon to find a complete description of the selected emoji with all the information you could possibly ask for. Go ahead and add "What Emoji Is This?" to Chrome for free today!
拡張機能の基本情報
名前 | |
ID | fgdleooahdcafimocjhebjpfoobndhbc |
公式URL | https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc |
説明 | Defines emojis for you! Just select an emoji, right click and hit the emoji button. |
ファイルサイズ | 44.2 KB |
インストール数 | 443 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-26 |
公開日 | 2017-06-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Developer |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What Emoji Is This?", "description": "Defines emojis for you! Just select an emoji, right click and hit the emoji button.", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |