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
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
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
Basisinformatie over de Extensie
Naam | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
Beschrijving | Override the new tab page with Google Chrome Apps page, does not need many permissions |
Bestandsgrootte | 10.12 KB |
Aantal Installaties | 401 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-04-04 |
Publicatiedatum | 2014-04-03 |
Beoordeling | 3.00/5 Totaal 3 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 } |