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
电子邮箱 [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"
    }
}