QweTab

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

O que é QweTab?

QweTab é uma extensão do Chrome desenvolvida por QwerPDF, e sua principal característica é "QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QweTab

Baixe arquivos de extensão QweTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome QweTab QweTab
ID anpkocpohfbojanempbnghhbkednaicb
URL Oficial https://chromewebstore.google.com/detail/qwetab/anpkocpohfbojanempbnghhbkednaicb
Descrição QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets.
Tamanho do Arquivo 2.63 MB
Contagem de Instalações 9,769
Versão Atual 3.0.1
Última Atualização 2023-09-05
Data de Publicação 2021-12-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor QwerPDF
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://workspace.qwerpdf.com/
URL da Página de Ajuda https://qwerpdf.com/contact-us.html
URL da Página de Política de Privacidade https://qwerpdf.com/privacy-policy.html
Idiomas Suportados 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\/*"
        ]
    }
}