New Tab with Apps

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

Wat is New Tab with Apps?

New Tab with Apps is een Chrome-extensie ontwikkeld door https://sites.google.com/site/sandeshmore, en de belangrijkste functie is "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab with Apps

Download New Tab with Apps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
Officiële URL https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
Beschrijving Override the new tab page with Google Chrome Apps page, does not need many permissions
Bestandsgrootte 10.12 KB
Aantal Installaties 2,054
Huidige Versie 0.2
Laatst Bijgewerkt 2014-11-12
Publicatiedatum 2014-04-02
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sites.google.com/site/sandeshmore
Betalingswijze free
Ondersteunde Talen 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
}