New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
Vad är New Tab with Apps?
New Tab with Apps är en Chrome-tillägg utvecklad av https://sites.google.com/site/sandeshmore, och dess huvudfunktion är "Override the new tab page with Google Chrome Apps page, does not need many permissions".
Tilläggsskärmbilder
Ladda ner New Tab with Apps-förlängningens CRX-fil
Ladda ner New Tab with Apps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
Grundläggande Information om Tillägg
Namn | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
Beskrivning | Override the new tab page with Google Chrome Apps page, does not need many permissions |
Filstorlek | 10.12 KB |
Antal Installationer | 401 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-04-04 |
Publiceringsdatum | 2014-04-03 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | https://sites.google.com/site/sandeshmore |
Betalningssätt | free |
Stödda Språk | 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 } |