TabGPT - Group/organize your tab with chatGPT

Keep your tabs organized effortlessly with TabGPT, it's free : - Enter your own categories - Click on 'classify my tabs'

TabGPT - Group/organize your tab with chatGPT क्या है?

TabGPT - Group/organize your tab with chatGPT remidupont991 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your tabs organized effortlessly with TabGPT, it's free : - Enter your own categories - Click on 'classify my tabs'"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabGPT - Group/organize your tab with chatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Having countless open tabs is overwhelming as it set your browser messy and hit your focus, so this is why we created TabGPT : 

💻 Effortless Tab Organization with AI : 
   ⭐️ Intuitive Categorization : Simply enter categories and descriptions, and let ChatGPT smartly organize your tabs. 
   ⭐️ Tailored to Your Needs : ChatGPT handles even the most intricated instructions with ease. Just ask in "related keywords" field! 
   ⭐️ Your Privacy, Our Priority : Zero Data Storage : TabGPT respects your privacy; no data is ever stored.
   ⭐️ Dual Modes, Double Convenience : Opt for manual sorting at the click of a button or set TabGPT to automatically organize tabs in the background, at intervals you define.

👏🏼 Benefits : 
   ⏱️ Save Time :  Spend less time searching, more time doing.
   🚀 Boost Productivity: With a well-organized browser, focus better and achieve 

Support this project by leaving a positive review and 5 ⭐️ ! 
We really want to fit your needs, do not hesitate to contact us by email to give us any feedback, positive or negative ! 

Version 1.1.4 Update:
- better UI
- more intuitive
- Do not ungroup last tabs by default

Version 1.1.3 Update:
- Remove api Key
- Easier setting page
- Loading button added 

Version 1.1.2 Update:
- Add api key

Version 1.1.1 Update:
- Add detailed instruction on this page
- tabGPT can now use Title and URL to classify each tab                    

एक्सटेंशन की मूल जानकारी

नाम TabGPT - Group/organize your tab with chatGPT TabGPT - Group/organize your tab with chatGPT
ID ifncdaeoflafnclpfhfmcihkhnlebjec
आधिकारिक URL https://chromewebstore.google.com/detail/tabgpt-grouporganize-your/ifncdaeoflafnclpfhfmcihkhnlebjec
विवरण Keep your tabs organized effortlessly with TabGPT, it's free : - Enter your own categories - Click on 'classify my tabs'
फ़ाइल का आकार 36.88 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2024-01-08
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर remidupont991
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/remiDupont/SumarizerGPT/blob/main/TabGPT_privacy_rules.md
गोपनीयता नीति पृष्ठ URL https://github.com/remiDupont/SumarizerGPT/blob/main/TabGPT_privacy_rules.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabGPT - Group\/organize your tab with chatGPT",
    "description": "Keep your tabs organized effortlessly with TabGPT, it's free : \n - Enter your own categories \n - Click on 'classify my tabs' ",
    "version": "1.1.5",
    "icons": {
        "50": "src\/assets\/images\/icons8\/icons8-apps-tab-50.png",
        "100": "src\/assets\/images\/icons8\/icons8-apps-tab-100.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "activeTab",
        "storage"
    ]
}