QweTab

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

QweTabคืออะไร?

QweTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QwerPDF และคุณลักษณะหลักของมันคือ "QweTab offers a convenient web search, incognito mode, multi-desktop, quick search, favorite and widgets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QweTab

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}