CTabs

CTabs - the easiest way to keep your tabs organized.

什么是CTabs?

CTabs是由СryptoСompany OU开发的Chrome扩展程序,该扩展的主要功能是“CTabs - the easiest way to keep your tabs organized.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CTabs扩展crx文件

下载CTabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}