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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة AI.. Just some IF statements

قم بتنزيل ملفات الامتداد AI.. Just some IF statements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}