Anything Copilot - Any web page as copilot
Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features.
什么是Anything Copilot - Any web page as copilot?
Anything Copilot - Any web page as copilot是由https://ziziyi.com开发的Chrome扩展程序,该扩展的主要功能是“Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features.”。
扩展截图
下载Anything Copilot - Any web page as copilot扩展crx文件
下载Anything Copilot - Any web page as copilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Anything Copilot is a powerful browser extension that offers a simple yet robust sidebar feature, allowing you to easily access tools like ChatGPT, Gemini, and Microsoft Copilot directly from your Chrome sidebar. This innovative extension is designed to streamline your workflow, increase productivity, and enhance your overall browsing experience. Open any web page in a Copilot window and seamlessly multitask with other pages or applications. You can: 😎 Free to use the latest ChatGPT features, GPTs, GPT4-Vision... 😘 Other AI tools are also supported, including Bard, Claude, New Bing and HuggingChat 😊 Or just use some gadgets, Google Translate, Squoosh, Adobe Color... 👻 Leisure and entertainment are also good, watch Tiktok, browse X or chat with friends on Telegram
扩展基本信息
名称 | Anything Copilot - Any web page as copilot |
ID | lilckelmopbcffmglfmfhelaajhjpcff |
官方URL | https://chromewebstore.google.com/detail/anything-copilot-any-web/lilckelmopbcffmglfmfhelaajhjpcff |
简介 | Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features. |
文件大小 | 1.57 MB |
安装次数 | 169 |
当前版本 | 1.2.3 |
更新时间 | 2024-03-04 |
上架时间 | 2023-11-16 |
评分 | 5.00/5 共1次评分 |
开发者 | https://ziziyi.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/baotlake/anything-copilot |
隐私政策页面URL | https://qing.ziziyi.com/privacy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.2.3", "action": { "default_icon": { "16": "logo.png", "24": "logo.png", "32": "logo.png" }, "default_title": "__MSG_short_name__", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "author": { "email": "[email protected]" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader.js" ], "matches": [ "http:\/\/placeholder.ziziyi.com\/*" ], "run_at": "document_start" } ], "side_panel": { "default_path": "sidebar.html" }, "permissions": [ "tabs", "scripting", "activeTab", "storage", "offscreen", "sidePanel", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "optional_permissions": [], "host_permissions": [ " |