Close duplicate tab

Close duplicate tab on current window.

Close duplicate tab क्या है?

Close duplicate tab https://heppokofrontend.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close duplicate tab on current window."।

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

screenshot
screenshot

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

crx प्रारूप में Close duplicate tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on.

If you keep opening them in a new tab to read them later, you will have too many tabs in no time.

This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date!

## v1.0.3

- Update English 
- Change to use dialog on all task button
- Fix confirm dialog bugs

## v1.0.2

- Update function "Divide all tabs for each hostname"
    - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname.

## v1.0.1

- Fix critical bug that is not able to load savedata

## v1.0.0

- Stable release                    

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

नाम Close duplicate tab Close duplicate tab
ID ollnnjepahcgphpjjhcfohpelmpldghj
आधिकारिक URL https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj
विवरण Close duplicate tab on current window.
फ़ाइल का आकार 22.46 KB
स्थापना संख्या 1,280
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-05-15
प्रकाशन तिथि 2021-07-14
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://heppokofrontend.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs
सहायता पृष्ठ URL https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues
गोपनीयता नीति पृष्ठ URL https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "description": "__MSG_extDesc__",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "default_locale": "en"
}