Chat++ for Chatwork
An all-in-one Chatwork Enhancement Toolkit which provides many useful features!
什麼是Chat++ for Chatwork?
Chat++ for Chatwork是由thangtd90開發的Chrome擴展程式,該擴展的主要功能是“An all-in-one Chatwork Enhancement Toolkit which provides many useful features!”。
擴展截圖
下載Chat++ for Chatwork擴展crx文件
下載Chat++ for Chatwork擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An all-in-one Chatwork Enhancement Toolkit made by Tran Duc Thang & Nguyen Anh Tien.
I have just published the Privacy Policy here: https://chatpp.thangtd.com/privacy-policy.html
Main Features:
■ Additional Emoticons for Chatwork.
■ Create, use and share your own Emoticons Data.
■ Easily mention a person by typing @.
■ Mention all people in a room by typing @all. Mention your self by typing @me.
■ Mention people in your friend list even when they are not present in current chat room by typing @#.
■ Just display user picon (without mentioning) by adding .
■ Mention a person or all people without name by adding _
■ Register and then mention Group of people by typing only Group name.
■ Many useful shortcuts.
■ Easily check Room Information.
■ Quickly add a large number of users into a room
■ Quickly insert [info] [title] [code] tag by clicking a single button
■ And more awesome features coming soon ...
Contributing: https://github.com/wataridori/chatpp 擴展基本資訊
| 名稱 | |
| ID | amhfnpimdfcdcpnchjionbddjjbmofnl |
| 官方網址 | https://chrome.google.com/webstore/detail/chat++-for-chatwork/amhfnpimdfcdcpnchjionbddjjbmofnl |
| 簡介 | An all-in-one Chatwork Enhancement Toolkit which provides many useful features! |
| 檔案大小 | 255 KB |
| 安裝次數 | 5,190 |
| 目前版本 | 5.10.2 |
| 更新時間 | 2021-07-15 |
| 上架時間 | 2020-05-16 |
| 評分 | 4.85/5 共 254 次評分 |
| 開發者 | thangtd90 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://chatpp.thangtd.com/ |
| 隱私政策頁面URL | https://chatpp.thangtd.com/privacy-policy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chat++ for Chatwork",
"short_name": "Chat++",
"version": "5.10.2",
"manifest_version": 2,
"description": "An all-in-one Chatwork Enhancement Toolkit which provides many useful features!",
"content_scripts": [
{
"matches": [
"https:\/\/*.chatwork.com\/*",
"https:\/\/kcw.kddi.ne.jp\/*"
],
"run_at": "document_start",
"js": [
"js\/extensions\/injectPreloadHook.js"
]
},
{
"matches": [
"https:\/\/www.chatwork.com\/*",
"https:\/\/kcw.kddi.ne.jp\/*"
],
"js": [
"js\/libraries\/jquery.min.js",
"js\/extensions\/contentscript.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"js\/extensions\/background.js"
]
},
"web_accessible_resources": [
"js\/extensions\/preloadHook.js",
"js\/libraries\/caretposition.js",
"js\/libraries\/fuse.min.js",
"js\/internals\/all.js"
],
"browser_action": {
"default_icon": "img\/icon64.png",
"default_popup": "html\/popup.html"
},
"permissions": [
"storage",
"https:\/\/www.chatwork.com\/*",
"https:\/\/kcw.kddi.ne.jp\/*"
],
"options_page": "html\/emoticon.html",
"icons": {
"32": "img\/icon32.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"homepage_url": "http:\/\/chatpp.thangtd.com"
} | |