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

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
Opis Override the new tab page with Google Chrome Apps page, does not need many permissions
Rozmiar pliku 10.12 KB
Liczba instalacji 2,054
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-11-12
Data Publikacji 2014-04-02
Ocena 3.50/5 Łącznie 2 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
}