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開發的Chrome擴展程式,該擴展的主要功能是“AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…”。

擴展截圖

screenshot
screenshot

下載AI.. Just some IF statements擴展crx文件

下載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
官方網址 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"
    }
}