Emoji Finder
Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Emoji Finderとは何ですか?
Emoji FinderはInBasicによって開発されたChromeの拡張機能で、その主な機能は「Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail」です。
拡張機能のスクリーンショット
Emoji Finder拡張機能のCRXファイルをダウンロード
Emoji Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Emoji Finder |
ID | mlgeehafnfbhbofgdijakhhifcgbbmgd |
公式URL | https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd |
説明 | Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail |
ファイルサイズ | 226 KB |
インストール数 | 716 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-01-18 |
公開日 | 2017-01-18 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | InBasic |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://add0n.com/emoji-finder.html |
ヘルプページのURL | http://add0n.com/emoji-finder.html |
プライバシーポリシーページのURL | https://add0n.com/policies/inb.cor.txt |
対応言語 | 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" } |