koala-fy

Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…

Vad är koala-fy?

koala-fy är en Chrome-tillägg utvecklad av tlgs, och dess huvudfunktion är "Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner koala-fy-förlängningens CRX-fil

Ladda ner koala-fy-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

                        Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji.

Use it for fun or to prank your friends! (extra effective if you right-click the toolbar icon and select 'Hide in Chrome menu')                    

Grundläggande Information om Tillägg

Namn koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
Officiell webbadress https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Beskrivning Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…
Filstorlek 9.16 KB
Antal Installationer 132
Aktuell Version 2.0
Senast Uppdaterad 2019-09-07
Publiceringsdatum 2019-09-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tlgs
Betalningssätt free
Tilläggswebbplats https://github.com/tlgs/koala-fy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "koala-fy",
    "version": "2.0",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}