New Tab with Apps

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

Co je New Tab with Apps?

New Tab with Apps je rozšíření Chrome vyvinuté https://sites.google.com/site/sandeshmore, a jeho hlavní funkcí je „Override the new tab page with Google Chrome Apps page, does not need many permissions“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření New Tab with Apps

Stáhněte si soubory rozšíření New Tab with Apps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
Oficiální URL https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Popis Override the new tab page with Google Chrome Apps page, does not need many permissions
Velikost souboru 10.12 KB
Počet instalací 401
Aktuální Verze 0.2
Poslední Aktualizace 2014-04-04
Datum Vydání 2014-04-03
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář https://sites.google.com/site/sandeshmore
Typ Platby free
Podporované Jazyky 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
}