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 là gì?

AI.. Just some IF statements là một tiện ích mở rộng Chrome được phát triển bởi Dirk Vanbeveren, và tính năng chính của nó là "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI.. Just some IF statements

Tải xuống các tệp mở rộng AI.. Just some IF statements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
URL Chính Thức https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Mô tả AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
Kích Thước Tệp 18.67 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-09-01
Ngày Phát Hành 2019-08-28
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Dirk Vanbeveren
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}