Helloii
Helloii
什么是Helloii?
Helloii是由frnd.ai开发的Chrome扩展程序,该扩展的主要功能是“Helloii”。
扩展截图
下载Helloii扩展crx文件
下载Helloii扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Helloii, you don't have to worry about typing keywords into a search bar or scrolling through countless pages of search results. Instead, you can simply chat with ChatGPT and ask it questions in a natural way you search google on chrome 扩展基本信息
| 名称 | |
| ID | ceocjcfbmldpcgnfklmipgnpoabhfela |
| 官方URL | https://chromewebstore.google.com/detail/helloii/ceocjcfbmldpcgnfklmipgnpoabhfela |
| 简介 | Helloii |
| 文件大小 | 353 KB |
| 安装次数 | 592 |
| 当前版本 | 3.0.4 |
| 更新时间 | 2024-01-17 |
| 上架时间 | 2023-03-16 |
| 评分 | 4.92/5 共24次评分 |
| 开发者 | frnd.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chrome.helloii.com/ |
| 隐私政策页面URL | https://chrome.helloii.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Helloii",
"version": "3.0.4",
"icons": {
"16": "assets\/icons\/favicon-16.png",
"32": "assets\/icons\/favicon-32.png",
"48": "assets\/icons\/favicon-48.png"
},
"description": "Helloii",
"homepage_url": "https:\/\/helloii.com\/",
"short_name": "Helloii",
"permissions": [
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/localhost\/",
"http:\/\/127.0.0.1\/"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/apis.google.com\/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icons\/favicon-16.png",
"32": "assets\/icons\/favicon-32.png",
"48": "assets\/icons\/favicon-48.png",
"128": "assets\/icons\/favicon-128.png"
},
"default_title": "tiny title"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"chrome_url_overrides": {
"newtab": "options.html"
},
"background": {
"service_worker": "js\/background.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/contentScript.bundle.js"
]
}
]
} | |