Owait

Make your internet searches more fun anywhere OwO

Owaitとは何ですか?

Owaitはluiscal4aによって開発されたChromeの拡張機能で、その主な機能は「Make your internet searches more fun anywhere OwO」です。

拡張機能のスクリーンショット

screenshot

Owait拡張機能のCRXファイルをダウンロード

Owait拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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