QweTab

QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.

什么是QweTab?

QweTab是由QwerPDF开发的Chrome扩展程序,该扩展的主要功能是“QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载QweTab扩展crx文件

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

扩展使用说明

                        QweTab is 100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).

This extension configures your New tab and offers a convenient web search.

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa with just one click.

Quick and easy access directly from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Simply select a Word file and press "Convert to PDF" to apply the format you want.

Functions:
- Easily convert PDF to Word accurately and vice versa.
- Convert PDF file to Excel and make it editable. Excel to PDF for easy reading.
- Convert PDF pages to JPG, or from JPG images to PDF format.
- Convert PDF to PowerPoint and convert it back in a second.

Quick access to incognito mode, random wallpapers and local weather, all data is saved on your own computer. We recommend you add the frequently used website shortcuts. If you want to sync data or achieve other functions, you can leave a message in the comment section, we will develop more features based on users' opinions.

1. Incognito mode
Select the text or link on any website and right click on the "Find / Open In Incognito Mode" menu. You can also open an incognito window for the shortcut you added. The search results will also open in a private window. In incognito mode, the browser does not record your visit records, cookies and form data. You can surf safely without leaving any traces to better protect your privacy.

2. Multi-desktop
Add multiple desktops to classify the desktops and move smoothly between different desktops. Add shortcuts you use frequently so that you can easily find them whenever you need.

3. Quick search
The powerful search function can search your history, bookmarks or just enter the url to open the website. It's the same as the browser's address bar, which is perfect. There are several modes in the search results. You can choose to open in a new tab, open in a new window, or open in an incognito window.

4. Quick favorite
Select the context menu on the website to save the current URL in QwerPDF Workspace.

5. Widgets
We support a variety of gadgets with different functions, you can add gadgets to the desktop.

6. Rate us
You can click "Rate US" button at the bottom of the toolbar on the right side of the desktop, which will open our review page in the webstore. Please give us a suitable score and comment.

By installing this extension you agree to the data protection regulations (https://qwerpdf.com/privacy-policy.html).

By installing this extension you agree to the main principles in order to use our service:
https://qwerpdf.com/terms-of-service.html

Used authorizations and reasons:

"Read and change your information on a number of websites"
In order for our product to work, we need access to the websites we own and manage.

"Replace the page that appears when you open a new tab."
This way we can show you our product - a new tab with free web search.

"Read your browsing history and bookmarks"
This enables us to match product-specific content or offers to relevant information.                    

扩展基本信息

名称 QweTab QweTab
ID anpkocpohfbojanempbnghhbkednaicb
官方URL https://chromewebstore.google.com/detail/qwetab/anpkocpohfbojanempbnghhbkednaicb
简介 QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.
文件大小 2.63 MB
安装次数 9,769
当前版本 3.0.1
更新时间 2023-09-05
上架时间 2021-12-30
评分 5.00/5 共1次评分
开发者 QwerPDF
电子邮箱 [email protected]
付费类型 free
扩展官网 https://workspace.qwerpdf.com/
帮助页面URL https://qwerpdf.com/contact-us.html
隐私政策页面URL https://qwerpdf.com/privacy-policy.html
支持的语言 de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "3.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/qwetab.qwerpdf.com\/",
    "author": "qwetab.com",
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/content_script_installed.js"
            ],
            "matches": [
                "*:\/\/*.qwerpdf.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.qwerpdf.com\/"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/qwerpdf.com\/*"
        ]
    }
}