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…

Wat is AI.. Just some IF statements?

AI.. Just some IF statements is een Chrome-extensie ontwikkeld door Dirk Vanbeveren, en de belangrijkste functie is "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AI.. Just some IF statements

Download AI.. Just some IF statements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Officiële URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Beschrijving AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Bestandsgrootte 18.67 KB
Aantal Installaties 42
Huidige Versie 0.3
Laatst Bijgewerkt 2019-09-01
Publicatiedatum 2019-08-28
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Dirk Vanbeveren
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}