Search and New Tab by Yahoo

This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites

Τι είναι το Search and New Tab by Yahoo;

Το Search and New Tab by Yahoo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yahoo.com, και η κύρια λειτουργία του είναι "This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search and New Tab by Yahoo

Λήψη αρχείων επέκτασης Search and New Tab by Yahoo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This add-on sets your default search engine to Yahoo and brings a fresh look to your new tab page. Get powerful search results, gorgeous Flickr photos and quick access to your top sites each time you open a new tab!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Search and New Tab by Yahoo Search and New Tab by Yahoo
ID lannejjfkoabhaaeapeiemfefgccjjik
Επίσημο URL https://chromewebstore.google.com/detail/search-and-new-tab-by-yah/lannejjfkoabhaaeapeiemfefgccjjik
Περιγραφή This extension sets your search engine to Yahoo and customizes your new tab page with beautiful photos and access to your top sites
Μέγεθος Αρχείου 2.49 MB
Αριθμός Εγκαταστάσεων 12,649
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2023-09-23
Ημερομηνία Δημοσίευσης 2020-08-26
Αξιολόγηση 4.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://yahoo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://legal.yahoo.com/us/en/yahoo/privacy/index.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Yahoo Partner",
            "keyword": "Yahoo",
            "search_url": "https:\/\/search.yahoo.com\/search?p={searchTerms}&manifest=1",
            "favicon_url": "https:\/\/www.yahoo.com\/favicon.ico",
            "suggest_url": "https:\/\/search.yahoo.com\/sugg\/ie?output=fxjson&command={searchTerms}&nResults=10",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "manifest_version": 3,
    "name": "__MSG_newtab_chrome_extension_name__",
    "description": "__MSG_newtab_chrome_extension_description__",
    "version": "3.0.2",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "tabs",
        "topSites",
        "cookies",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.yahoo.com\/"
    ],
    "icons": {
        "128": "icons\/Y_NT128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/Y_NT64.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yahoo.com\/*"
            ],
            "js": [
                "notifyPresence.js"
            ],
            "all_frames": true
        }
    ]
}