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은(는) Dirk Vanbeveren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AI.. Just some IF statements 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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