QweTab

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

Co to jest QweTab?

QweTab to rozszerzenie Chrome opracowane przez QwerPDF, a jego główną funkcją jest „QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QweTab

Pobierz pliki rozszerzeń QweTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa QweTab QweTab
ID anpkocpohfbojanempbnghhbkednaicb
Oficjalny URL https://chromewebstore.google.com/detail/qwetab/anpkocpohfbojanempbnghhbkednaicb
Opis QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.
Rozmiar pliku 2.63 MB
Liczba instalacji 9,769
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2021-12-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper QwerPDF
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://workspace.qwerpdf.com/
Adres URL Strony Pomocy https://qwerpdf.com/contact-us.html
Adres URL Strony Polityki Prywatności https://qwerpdf.com/privacy-policy.html
Obsługiwane Języki 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\/*"
        ]
    }
}