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…

Co to jest AI.. Just some IF statements?

AI.. Just some IF statements to rozszerzenie Chrome opracowane przez Dirk Vanbeveren, a jego główną funkcją jest „AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AI.. Just some IF statements

Pobierz pliki rozszerzeń AI.. Just some IF statements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Oficjalny URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Opis AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Rozmiar pliku 18.67 KB
Liczba instalacji 42
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2019-09-01
Data Publikacji 2019-08-28
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper Dirk Vanbeveren
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}