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…

Apa itu AI.. Just some IF statements?

AI.. Just some IF statements adalah ekstensi Chrome yang dikembangkan oleh Dirk Vanbeveren, dan fitur utamanya adalah "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AI.. Just some IF statements

Unduh file ekstensi AI.. Just some IF statements dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
URL Resmi https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Deskripsi AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Ukuran File 18.67 KB
Jumlah Instalasi 42
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-09-01
Tanggal Publikasi 2019-08-28
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Dirk Vanbeveren
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}