chatwork custom background
Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…
什麼是chatwork custom background?
chatwork custom background是由N. Iwamoto開發的Chrome擴展程式,該擴展的主要功能是“Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…”。
擴展截圖
下載chatwork custom background擴展crx文件
下載chatwork custom background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chatwork の背景を設定できます.
## 手順
1. この Chrome Extension をインストールしてください
2. Chatwork を開きます
3. Chrome の画面右上にあるアイコンをクリックします
4. ポップアップが開かれるので、画像のアップロードや背景の透過率等を設定します 擴展基本資訊
| 名稱 | |
| ID | fmonelpbplmmidonoicpngnonpdpapoj |
| 官方網址 | https://chromewebstore.google.com/detail/chatwork-custom-backgroun/fmonelpbplmmidonoicpngnonpdpapoj |
| 簡介 | Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.… |
| 檔案大小 | 14.58 KB |
| 安裝次數 | 133 |
| 目前版本 | 1.3.0 |
| 更新時間 | 2020-07-05 |
| 上架時間 | 2020-07-05 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | N. Iwamoto |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/mayok/chatwork-custom-background/ |
| 說明頁面URL | https://github.com/mayok/chatwork-custom-background/issues |
| 支援的語言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "chatwork custom background",
"version": "1.3.0",
"author": "Naohiro Iwamoto",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"page_action": {
"default_icon": {
"19": "icons\/icon19.png"
},
"default_title": "Custom Background",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.chatwork.com\/*",
"https:\/\/kcw.kddi.ne.jp\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"declarativeContent"
]
} | |