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…

Vad är AI.. Just some IF statements?

AI.. Just some IF statements är en Chrome-tillägg utvecklad av Dirk Vanbeveren, och dess huvudfunktion är "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AI.. Just some IF statements-förlängningens CRX-fil

Ladda ner AI.. Just some IF statements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Officiell webbadress https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Beskrivning AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Filstorlek 18.67 KB
Antal Installationer 42
Aktuell Version 0.3
Senast Uppdaterad 2019-09-01
Publiceringsdatum 2019-08-28
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare Dirk Vanbeveren
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}