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…

Hvad er AI.. Just some IF statements?

AI.. Just some IF statements er en Chrome-udvidelse udviklet af Dirk Vanbeveren, og dens hovedfunktion er "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AI.. Just some IF statements-udvidelses-CRX-fil

Download AI.. Just some IF statements-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Officiel URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Beskrivelse AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Filstørrelse 18.67 KB
Antal Installationer 42
Nuværende Version 0.3
Senest Opdateret 2019-09-01
Udgivelsesdato 2019-08-28
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler Dirk Vanbeveren
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}