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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
} | |