Owait

Make your internet searches more fun anywhere OwO

Owait란 무엇입니까?

Owait은(는) luiscal4a에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your internet searches more fun anywhere OwO"입니다.

확장 프로그램 스크린샷

screenshot

Owait 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Owait is a chrome extension that transforms characters, words or sentences in any web to those indicated by the user. It also switches any and all images to OwO written in different fonts. The extension is meant to provide fun text outputs produced by the various text transformations and gives total control to the users, who can easily turn the extension off and select the transformations that they want to happen. 

HOwOpe you enjoy it.                    

확장 프로그램 기본 정보

이름 Owait Owait
ID ccahbpjadckclagdfhigkakepmokoekp
공식 URL https://chrome.google.com/webstore/detail/owait/ccahbpjadckclagdfhigkakepmokoekp
설명 Make your internet searches more fun anywhere OwO
파일 크기 47.83 KB
설치 횟수 217
현재 버전 1.2
최근 업데이트 2019-02-20
출시 날짜 2019-02-16
평점 4.73/5 총 11 개의 평점
개발자 luiscal4a
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Owait",
    "description": "Make your internet searches more fun anywhere OwO",
    "version": "1.2",
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/images\/Owait.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}