Snappy Tab

Snappy Tab is a Chrome Extension for the New Tab

Snappy Tab là gì?

Snappy Tab là một tiện ích mở rộng Chrome được phát triển bởi Engler LLC, và tính năng chính của nó là "Snappy Tab is a Chrome Extension for the New Tab".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Snappy Tab 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

                        Snappy Tab is a Chrome Extension for the New Tab

This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Popular useful links
- New tab search box providing Bing.com search results. 
  Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. 

This extension is free to download from the Chrome Web store

By installing and using Snappy Tab Tab agree to the Terms of Use and Privacy Policy. 
Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.


About:
https://snappytab.com/about

Terms of Service:
https://snappytab.com/terms

Privacy Policy:
https://snappytab.com/privacy                    

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

Tên Snappy Tab Snappy Tab
ID pkdlcnapnadkpfdplhnhblbjiphjcdci
URL Chính Thức https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci
Mô tả Snappy Tab is a Chrome Extension for the New Tab
Kích Thước Tệp 30.38 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2021-04-12
Nhà Phát Triển Engler LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://snappytab.com/
URL Trang Trợ Giúp http://snappytab.com/faq
URL Trang Chính Sách Bảo Mật https://snappytab.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "background",
        "storage"
    ],
    "version": "1.6"
}