Emoti
Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Emotiとは何ですか?
EmotiはAndrew Pittsによって開発されたChromeの拡張機能で、その主な機能は「Emoti creates an easy-to-use dropdown menu for inserting emoticons.」です。
拡張機能のスクリーンショット
Emoti拡張機能のCRXファイルをダウンロード
Emoti拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets. 拡張機能の基本情報
| 名前 | |
| ID | jhendcajfhhpnombbfdanbdkhifbaeee |
| 公式URL | https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee |
| 説明 | Emoti creates an easy-to-use dropdown menu for inserting emoticons. |
| ファイルサイズ | 25.31 KB |
| インストール数 | 229 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2017-06-17 |
| 公開日 | 2017-06-17 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Andrew Pitts |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://apitts.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Emoti",
"description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
"version": "1.0.6",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_popup": "popup\/popup.html",
"default_title": "Emoti"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"clipboardRead"
]
} | |