Clean 'New Tab' Page

Remove all Google branding, search box, and links from the New Tab page.

Co to jest Clean 'New Tab' Page?

Clean 'New Tab' Page to rozszerzenie Chrome opracowane przez pacemkr, a jego główną funkcją jest „Remove all Google branding, search box, and links from the New Tab page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clean 'New Tab' Page

Pobierz pliki rozszerzeń Clean 'New Tab' Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension has NO JAVASCRIPT.

The extension requires the "Access to data on www.google.com" permission solely because that is the only way to inject extra styles into the chrome://newtab page.

The full source code for this extension is available at https://github.com/pacemkr/clean-newtab-page-chrome-extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
Oficjalny URL https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
Opis Remove all Google branding, search box, and links from the New Tab page.
Rozmiar pliku 4.73 KB
Liczba instalacji 27
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2013-11-24
Data Publikacji 2013-11-24
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper pacemkr
Typ Płatności free
Strona Rozszerzenia https://github.com/pacemkr/clean-newtab-page-chrome-extension
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean 'New Tab' Page",
    "description": "Remove all Google branding, search box, and links from the New Tab page.",
    "version": "0.1.7",
    "author": "Nikolay Zalutskiy ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webhp"
            ],
            "css": [
                "clean.css"
            ]
        }
    ]
}