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…

AI.. Just some IF statements क्या है?

AI.. Just some IF statements Dirk Vanbeveren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI.. Just some IF statements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
आधिकारिक URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
विवरण AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
फ़ाइल का आकार 18.67 KB
स्थापना संख्या 42
वर्तमान संस्करण 0.3
अंतिम अपडेट 2019-09-01
प्रकाशन तिथि 2019-08-28
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Dirk Vanbeveren
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}