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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}