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. ポップアップが開かれるので、画像のアップロードや背景の透過率等を設定します
扩展基本信息
名称 | chatwork custom background |
ID | fmonelpbplmmidonoicpngnonpdpapoj |
官方URL | 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" ] } |