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…

¿Qué es AI.. Just some IF statements?

AI.. Just some IF statements es una extensión de Chrome desarrollada por Dirk Vanbeveren, y su función principal es "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AI.. Just some IF statements

Descarga archivos de extensión AI.. Just some IF statements en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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
Descripción AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Tamaño del Archivo 18.67 KB
Cantidad de Instalaciones 42
Versión Actual 0.3
Última Actualización 2019-09-01
Fecha de Publicación 2019-08-28
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador Dirk Vanbeveren
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}