Owait
Make your internet searches more fun anywhere OwO
什么是Owait?
Owait是由luiscal4a开发的Chrome扩展程序,该扩展的主要功能是“Make your internet searches more fun anywhere OwO”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } ] } |