New Tab No Doodles

Remove Google doodles from the new tab page.

Vad är New Tab No Doodles?

New Tab No Doodles är en Chrome-tillägg utvecklad av Gaston Lagaffe, och dess huvudfunktion är "Remove Google doodles from the new tab page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New Tab No Doodles-förlängningens CRX-fil

Ladda ner New Tab No Doodles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension replaces the new tab page with a page that aims to remain visually similar to the new tab page but without any Google doodles.

NOTE: Personalized and dynamic aspects of the new tab page (such as themes, wallpapers and shortcuts) are not supported.                    

Grundläggande Information om Tillägg

Namn New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
Beskrivning Remove Google doodles from the new tab page.
Filstorlek 27.28 KB
Antal Installationer 2,222
Aktuell Version 1.1.2
Senast Uppdaterad 2023-08-25
Publiceringsdatum 2022-06-19
Betyg 4.84/5 Totalt 19 Betyg
Utvecklare Gaston Lagaffe
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab No Doodles",
    "description": "Remove Google doodles from the new tab page.",
    "version": "1.1.2",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "seedling48.png",
        "128": "seedling128.png"
    }
}