Sweet - Search & New Tab

Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.

Sweet - Search & New Tab란 무엇입니까?

Sweet - Search & New Tab은(는) https://www.usesweet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page."입니다.

확장 프로그램 스크린샷

screenshot

Sweet - Search & New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.  Sweet Chrome Extension allows you to Search and manage your favorite sites all in one place.  

How does it work?

1. Choose your desired site straight from the new tab page
2. Search for any content you want both from your address bar  or the new tab page 
3. View real time news from your favorite sites on your new tab

The Sweet extension:
- Does NOT save, share, or sell your personal or search engine data
- Delivers Bing, Yahoo, and Google search options
- Doesn’t drop 3rd party trackers and cookies like other search engines
Privacy Policy: https://www.usesweet.com/privacy                    

확장 프로그램 기본 정보

이름 Sweet - Search & New Tab Sweet - Search & New Tab
ID kigohicpglohjkcpjofommdjnfdnckec
공식 URL https://chrome.google.com/webstore/detail/sweet-search-new-tab/kigohicpglohjkcpjofommdjnfdnckec
설명 Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.
파일 크기 239 KB
설치 횟수 24
현재 버전 1.0.115
최근 업데이트 2020-02-19
출시 날짜 2020-02-15
평점 5.00/5 총 2 개의 평점
개발자 https://www.usesweet.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.usesweet.com/
도움말 페이지 URL https://www.usesweet.com/contact
개인정보 보호 정책 페이지 URL https://www.usesweet.com/privacy
지원되는 언어 en-US
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Sweet - Search",
            "keyword": "Sweet - Search",
            "search_url": "https:\/\/www.usesweet.com\/?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/www.usesweet.com\/img\/sweet_logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_title": "Sweet - One Click Search",
        "default_icon": {
            "16": ".\/img\/16.png",
            "32": ".\/img\/32.png",
            "64": ".\/img\/64.png",
            "128": ".\/img\/128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": ".\/img\/16.png",
        "32": ".\/img\/32.png",
        "64": ".\/img\/64.png",
        "128": ".\/img\/128.png"
    },
    "name": "Sweet - Search & New Tab",
    "short_name": "Sweet",
    "description": "Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.",
    "background": {
        "scripts": [
            "ext-background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.usesweet.com\/*",
            "https:\/\/usesweet.com\/*"
        ]
    },
    "web_accessible_resources": [
        "16.png"
    ],
    "permissions": [
        "https:\/\/www.usesweet.com\/*",
        "https:\/\/usesweet.com\/*",
        "storage",
        "webRequest",
        "cookies",
        "webRequestBlocking"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.115"
}