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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}