New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

Co to jest New Tab with Apps?

New Tab with Apps to rozszerzenie Chrome opracowane przez https://sites.google.com/site/sandeshmore, a jego główną funkcją jest „Override the new tab page with Google Chrome Apps page, does not need many permissions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New Tab with Apps

Pobierz pliki rozszerzeń New Tab with Apps 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

                        Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Opis Override the new tab page with Google Chrome Apps page, does not need many permissions
Rozmiar pliku 10.12 KB
Liczba instalacji 401
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-04-04
Data Publikacji 2014-04-03
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper https://sites.google.com/site/sandeshmore
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}