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…

Was ist AI.. Just some IF statements?

AI.. Just some IF statements ist eine Chrome-Erweiterung, die von Dirk Vanbeveren entwickelt wurde, und ihr Hauptmerkmal ist "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Erweiterungsscreenshots

screenshot
screenshot

AI.. Just some IF statements-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI.. Just some IF statements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Offizielle URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Beschreibung AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Dateigröße 18.67 KB
Installationsanzahl 42
Aktuelle Version 0.3
Letztes Update 2019-09-01
Veröffentlichungsdatum 2019-08-28
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler Dirk Vanbeveren
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}