LessTabs

Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter

LessTabs क्या है?

LessTabs shockerjue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter"।

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

screenshot
screenshot
screenshot

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

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

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

                        Annoyed with so many tabs opened in your browser? LessTabs comes to rescue ! You couldn't enjoy a clean browser environment until you've tried 'dumped all tabs' of LessTabs.

● LessTabs can send your tabs into a bookmark folder named ‘LessTabs’ and then close them - reduce tab clutter in this way.
● Click the extension icon to show all functions.
● Be sure to login to your browser and sync bookmarks to the cloud, then you are unlikely to lose your tabs(bookmarks) dumped by LessTabs.
● If you have opened a bookmark inside folder ‘LessTabs’, LessTabs is responsible for removing it from the folder, because it is highly possible that the bookmark will not be used again, this is the logic behind the feature.

BTW, You could regard LessTabs as an enhanced alternative to the famous OneTab extension.                    

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

नाम LessTabs LessTabs
ID dkdkdfbfgijbpofgmkoabhidlnmpfdkf
आधिकारिक URL https://chromewebstore.google.com/detail/lesstabs/dkdkdfbfgijbpofgmkoabhidlnmpfdkf
विवरण Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter
फ़ाइल का आकार 24.6 KB
स्थापना संख्या 88
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2021-07-29
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर shockerjue
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cnblogs.com/iMath/p/LessTabs.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0",
    "browser_action": {
        "default_title": "__MSG_extensionIconTooltip__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon; child-src chrome:\/\/bookmarks",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    }
}