Snappy Tab

Snappy Tab is a Chrome Extension for the New Tab

什麼是Snappy Tab?

Snappy Tab是由Engler LLC開發的Chrome擴展程式,該擴展的主要功能是“Snappy Tab is a Chrome Extension for the New Tab”。

擴展截圖

screenshot
screenshot

下載Snappy Tab擴展crx文件

下載Snappy Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Snappy Tab Snappy Tab
ID pkdlcnapnadkpfdplhnhblbjiphjcdci
官方網址 https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci
簡介 Snappy Tab is a Chrome Extension for the New Tab
檔案大小 30.38 KB
安裝次數 10,000
目前版本 1.6
更新時間 2021-04-22
上架時間 2021-04-12
開發者 Engler LLC
電子郵箱 [email protected]
付費類型 free
擴展官網 http://snappytab.com/
說明頁面URL http://snappytab.com/faq
隱私政策頁面URL https://snappytab.com/privacy
支援的語言 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"
}