TabTamer
An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
TabTamerとは何ですか?
TabTamerはhttps://prateeksurana.meによって開発されたChromeの拡張機能で、その主な機能は「An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.」です。
拡張機能のスクリーンショット
TabTamer拡張機能のCRXファイルをダウンロード
TabTamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension lets you group tabs based on a simple prompt with the help of OpenAI’s GPT-3. Disclaimer: To use this extension you would need to add your own API key, for which the instructions have been added when you first install the extension. The API key is safely stored in your browser's memory and never leaves your browser apart from making request to the OpenAI API.
拡張機能の基本情報
名前 | TabTamer |
ID | nocccdpimiknfehopnbldcgiipebjjpj |
公式URL | https://chromewebstore.google.com/detail/tabtamer/nocccdpimiknfehopnbldcgiipebjjpj |
説明 | An AI-powered Chrome extension that groups your tabs intelligently based on a prompt. |
ファイルサイズ | 15.54 KB |
インストール数 | 67 |
現在のバージョン | 1.0 |
最終更新日 | 2023-04-02 |
公開日 | 2023-04-01 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | https://prateeksurana.me |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabTamer", "description": "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.", "version": "1.0", "permissions": [ "tabs", "tabGroups", "storage" ], "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "action": { "default_popup": "popup.html", "default_title": "TabTamer", "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } } |