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…

Cos'è AI.. Just some IF statements?

AI.. Just some IF statements è un'estensione di Chrome sviluppata da Dirk Vanbeveren, e la sua funzione principale è "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AI.. Just some IF statements

Scarica i file di estensione AI.. Just some IF statements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
URL Ufficiale https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Descrizione AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Dimensione del File 18.67 KB
Conteggio Installazioni 42
Versione Corrente 0.3
Ultimo Aggiornamento 2019-09-01
Data di Pubblicazione 2019-08-28
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Dirk Vanbeveren
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}