AKASHI Custom Sound

AKASHIの出勤/退勤音声を変更します

Vad är AKASHI Custom Sound?

AKASHI Custom Sound är en Chrome-tillägg utvecklad av ru_shalm, och dess huvudfunktion är "AKASHIの出勤/退勤音声を変更します".

Tilläggsskärmbilder

screenshot

Ladda ner AKASHI Custom Sound-förlängningens CRX-fil

Ladda ner AKASHI Custom Sound-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

                        【非公式】
AKASHI( https://ak4.jp/ )の出勤/退勤ボタン押下時に再生される音声を任意の音声ファイルに変更することができます。                    

Grundläggande Information om Tillägg

Namn AKASHI Custom Sound AKASHI Custom Sound
ID kbchppahgolhbbgihnaagboifdhkelpb
Officiell webbadress https://chromewebstore.google.com/detail/akashi-custom-sound/kbchppahgolhbbgihnaagboifdhkelpb
Beskrivning AKASHIの出勤/退勤音声を変更します
Filstorlek 79.84 KB
Antal Installationer 60
Aktuell Version 1.2.0
Senast Uppdaterad 2023-10-07
Publiceringsdatum 2021-04-10
Utvecklare ru_shalm
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/rutan/akashi-custom-sound-chrome
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AKASHI Custom Sound",
    "description": "AKASHI\u306e\u51fa\u52e4\/\u9000\u52e4\u97f3\u58f0\u3092\u5909\u66f4\u3057\u307e\u3059",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/atnd.ak4.jp\/mypage\/punch*",
                "https:\/\/atnd.ak4.jp\/*\/mypage\/punch*",
                "https:\/\/atnd-awj.ak4.jp\/mypage\/punch*",
                "https:\/\/atnd-awj.ak4.jp\/*\/mypage\/punch*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png",
        "512": "img\/512.png"
    }
}