AI.. Just some IF statements

AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…

Co je AI.. Just some IF statements?

AI.. Just some IF statements je rozšíření Chrome vyvinuté Dirk Vanbeveren, a jeho hlavní funkcí je „AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AI.. Just some IF statements

Stáhněte si soubory rozšíření AI.. Just some IF statements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        AI.. Basically just some if statements.

This extension replaces all the occurences of "AI" on your webpage by what it actually is.. if statements. It's perfect for adding fun to reading online content about AI online.

For example you can get sentences like: A big investment firm just invested $2Bn in some IF statements. 


This app has been inspired from a post in the computer science meme group on facebook: https://www.facebook.com/groups/492568497754278/

icon by ibrandify                    

Základní Informace o Rozšíření

Název AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Oficiální URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Popis AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Velikost souboru 18.67 KB
Počet instalací 42
Aktuální Verze 0.3
Poslední Aktualizace 2019-09-01
Datum Vydání 2019-08-28
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář Dirk Vanbeveren
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AI.. Just some IF statements",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}