chatwork custom background

Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…

Vad är chatwork custom background?

chatwork custom background är en Chrome-tillägg utvecklad av N. Iwamoto, och dess huvudfunktion är "Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…".

Tilläggsskärmbilder

screenshot

Ladda ner chatwork custom background-förlängningens CRX-fil

Ladda ner chatwork custom background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chatwork の背景を設定できます.


## 手順
1. この Chrome Extension をインストールしてください
2. Chatwork を開きます
3. Chrome の画面右上にあるアイコンをクリックします
4. ポップアップが開かれるので、画像のアップロードや背景の透過率等を設定します                    

Grundläggande Information om Tillägg

Namn chatwork custom background chatwork custom background
ID fmonelpbplmmidonoicpngnonpdpapoj
Officiell webbadress https://chromewebstore.google.com/detail/chatwork-custom-backgroun/fmonelpbplmmidonoicpngnonpdpapoj
Beskrivning Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…
Filstorlek 14.58 KB
Antal Installationer 133
Aktuell Version 1.3.0
Senast Uppdaterad 2020-07-05
Publiceringsdatum 2020-07-05
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare N. Iwamoto
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mayok/chatwork-custom-background/
Hjälpsida URL https://github.com/mayok/chatwork-custom-background/issues
Stödda Språk 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"
    ]
}