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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sweet - Search & New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}