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