CTabs

CTabs - the easiest way to keep your tabs organized.

CTabs क्या है?

CTabs СryptoСompany OU द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CTabs - the easiest way to keep your tabs organized."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        CopyTabs extension allows you to declutter your browser, making your web surfing experience more comfortable. Convert your opened web browser tabs to a list, create as many lists as you want, keep your tabs in groups, edit and restore them back to separate tabs in just one click. 

You don't need to worry about your list of tabs accidentally disappearing if your browser crashes or if you restart your computer. Everything will be automatically saved and you can go back to it whenever you want. 

In addition, CopyTabs helps to reduce computer memory consumption by up to 95% and diminish CPU usage. You will see that your browser works faster.

Take a few seconds—install CopyTabs for convenient web surfing!

If you like CopyTabs extension, don’t forget to give it 5 stars. 

Your feedback and suggestions are welcome anytime at [email protected]

Privacy Policy – https://ctabs.net/privacy

Terms of Use – https://ctabs.net/terms                    

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

नाम CTabs CTabs
ID ccljlmmlgpdlbpgafhnejagfjdlonnij
आधिकारिक URL https://chromewebstore.google.com/detail/ctabs/ccljlmmlgpdlbpgafhnejagfjdlonnij
विवरण CTabs - the easiest way to keep your tabs organized.
फ़ाइल का आकार 202 KB
स्थापना संख्या 107,820
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-08-20
प्रकाशन तिथि 2021-03-19
रेटिंग 4.82/5 कुल 33 रेटिंग्स
डेवलपर СryptoСompany OU
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://cryptotabstart.com/en/privacy
समर्थित भाषाएँ id,ms,de,en,fr,vi,tr,es,it,ru,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "1.0.3",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_light-theme-32.png"
    },
    "icons": {
        "16": "icon_light-theme-16.png",
        "32": "icon_light-theme-32.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-128.png",
        "icon_light-theme-32.png",
        "icon_light-theme-16.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}