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
公式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
Eメール [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"
    }
}