Owait

Make your internet searches more fun anywhere OwO

Owaitคืออะไร?

Owait เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luiscal4a และคุณลักษณะหลักของมันคือ "Make your internet searches more fun anywhere OwO"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Owait

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}