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
官方網址 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"
        }
    ]
}