Emoticon input everywhere
Allow input emoticon in everywhere
Emoticon input everywhereとは何ですか?
Emoticon input everywhereはRobin Huyによって開発されたChromeの拡張機能で、その主な機能は「Allow input emoticon in everywhere」です。
拡張機能のスクリーンショット
Emoticon input everywhere拡張機能のCRXファイルをダウンロード
Emoticon input everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
拡張機能の基本情報
名前 | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
公式URL | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
説明 | Allow input emoticon in everywhere |
ファイルサイズ | 11.64 KB |
インストール数 | 135 |
現在のバージョン | 1.3 |
最終更新日 | 2017-03-21 |
公開日 | 2017-03-21 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | Robin Huy |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/robinhuy/emoticon-input |
ヘルプページのURL | https://github.com/robinhuy/emoticon-input |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |