Quick New Tab
Customize your Chrome New Tab page without breaking the UX.
Wat is Quick New Tab?
Quick New Tab is een Chrome-extensie ontwikkeld door rmnoon, en de belangrijkste functie is "Customize your Chrome New Tab page without breaking the UX.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick New Tab
Download Quick New Tab-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
A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus). Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).
Basisinformatie over de Extensie
Naam | Quick New Tab |
ID | nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi |
Officiële URL | https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi |
Beschrijving | Customize your Chrome New Tab page without breaking the UX. |
Bestandsgrootte | 663 KB |
Aantal Installaties | 348 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-09-28 |
Publicatiedatum | 2020-03-28 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | rmnoon |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rmnoon/quick-new-tab |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick New Tab", "version": "1.0.4", "short_name": "QuickNewTab", "description": "Customize your Chrome New Tab page without breaking the UX.", "icons": { "24": "icon_24.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png", "512": "icon_512.png" }, "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html" } |