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…

O que é AI.. Just some IF statements?

AI.. Just some IF statements é uma extensão do Chrome desenvolvida por Dirk Vanbeveren, e sua principal característica é "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AI.. Just some IF statements

Baixe arquivos de extensão AI.. Just some IF statements no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
URL Oficial https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Descrição AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Tamanho do Arquivo 18.67 KB
Contagem de Instalações 42
Versão Atual 0.3
Última Atualização 2019-09-01
Data de Publicação 2019-08-28
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor Dirk Vanbeveren
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}