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
擴展基本資訊
名稱 | Helloii |
ID | ceocjcfbmldpcgnfklmipgnpoabhfela |
官方網址 | 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" ] } ] } |