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 |
Eメール | [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" ] } |