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