Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Vad är Bongo Cat Typing?

Bongo Cat Typing är en Chrome-tillägg utvecklad av mburakerman, och dess huvudfunktion är "Let Bongo Cat accompany you while you are typing.".

Tilläggsskärmbilder

screenshot

Ladda ner Bongo Cat Typing-förlängningens CRX-fil

Ladda ner Bongo Cat Typing-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

                        I wanted someone to be with me while i typing & make this tiny extension.

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

Grundläggande Information om Tillägg

Namn Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
Officiell webbadress https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
Beskrivning Let Bongo Cat accompany you while you are typing.
Filstorlek 56.39 KB
Antal Installationer 2,000
Aktuell Version 1.0.4
Senast Uppdaterad 2022-05-04
Publiceringsdatum 2022-04-20
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare mburakerman
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mburakerman.github.io/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bongo Cat Typing",
    "version": "1.0.4",
    "description": "Let Bongo Cat accompany you while you are typing.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon-passive-128.jpg"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bongo-cat-typing-1.png",
                "bongo-cat-typing-2.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}