QweTab

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

QweTab là gì?

QweTab là một tiện ích mở rộng Chrome được phát triển bởi QwerPDF, và tính năng chính của nó là "QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QweTab

Tải xuống các tệp mở rộng QweTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QweTab QweTab
ID anpkocpohfbojanempbnghhbkednaicb
URL Chính Thức https://chromewebstore.google.com/detail/qwetab/anpkocpohfbojanempbnghhbkednaicb
Mô tả QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.
Kích Thước Tệp 2.63 MB
Số Lần Cài Đặt 9,769
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2021-12-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển QwerPDF
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://workspace.qwerpdf.com/
URL Trang Trợ Giúp https://qwerpdf.com/contact-us.html
URL Trang Chính Sách Bảo Mật https://qwerpdf.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}