Text emoticons
Set of text emoticons for important negotiations.
Text emoticonsとは何ですか?
Text emoticonsはhttps://oleg.ninjaによって開発されたChromeの拡張機能で、その主な機能は「Set of text emoticons for important negotiations.」です。
拡張機能のスクリーンショット
Text emoticons拡張機能のCRXファイルをダウンロード
Text emoticons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There are two ways to use it:
* Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately.
* Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text. 拡張機能の基本情報
| 名前 | |
| ID | edbdmlapnodebdekiekhmeokboihmong |
| 公式URL | https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong |
| 説明 | Set of text emoticons for important negotiations. |
| ファイルサイズ | 45.71 KB |
| インストール数 | 1,275 |
| 現在のバージョン | 3 |
| 最終更新日 | 2016-02-29 |
| 公開日 | 2016-02-28 |
| 評価 | 4.48/5 合計 21 レビュー |
| 開発者 | https://oleg.ninja |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://oleg.ninja/text-emoticons/ |
| プライバシーポリシーページのURL | https://developer.chrome.com/webstore/program_policies |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "3",
"description": "__MSG_extDescription__",
"minimum_chrome_version": "28",
"icons": {
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage",
"tabs",
"clipboardWrite",
"notifications",
"*:\/\/*\/*"
],
"commands": {
"show-layer": {
"suggested_key": {
"default": "Alt+Shift+O"
},
"description": "__MSG_commandDescription__"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/vendor\/jquery-2.1.3.min.js",
"js\/smiles.js",
"js\/box.js"
],
"css": [
"css\/text-enjoy.css"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_title": "__MSG_extName__",
"default_icon": "images\/icon32.png",
"default_popup": "views\/popup.html"
},
"homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/"
} | |