New Tab
⚡ A high-performance new tab page that gets you where you need to go faster.
Was ist New Tab?
New Tab ist eine Chrome-Erweiterung, die von https://maxmilton.com entwickelt wurde, und ihr Hauptmerkmal ist "⚡ A high-performance new tab page that gets you where you need to go faster.".
Erweiterungsscreenshots
New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
* Fastest loading of any new tab page with all the features you expect.
* Distraction-free, minimal design aesthetic with multiple themes.
* A list of your open tabs, recently closed tabs, and top sites.
* Search tabs, bookmarks, history, and top sites in one place.
* Simple bookmarks bar.
* Links to frequently used destinations in your browser.
- - - - - - - - - - - -
See releases on GitHub for information about each update:
https://github.com/maxmilton/new-tab/releases Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpcibnbdmpmcmnkhoiilpnlaepkepknb |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab/cpcibnbdmpmcmnkhoiilpnlaepkepknb |
| Beschreibung | ⚡ A high-performance new tab page that gets you where you need to go faster. |
| Dateigröße | 14.58 KB |
| Installationsanzahl | 159 |
| Aktuelle Version | 0.22.0 |
| Letztes Update | 2023-11-25 |
| Veröffentlichungsdatum | 2018-08-31 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | https://maxmilton.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/maxmilton/new-tab |
| Hilfeseite URL | https://github.com/maxmilton/new-tab/issues |
| URL der Datenschutzrichtlinien-Seite | https://github.com/maxmilton/privacy-policy/blob/master/chrome-extensions.md |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Tab",
"description": "\u26a1 A high-performance new tab page that gets you where you need to go faster.",
"version": "0.22.0",
"minimum_chrome_version": "116",
"homepage_url": "https:\/\/github.com\/maxmilton\/new-tab",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"bookmarks",
"favicon",
"history",
"sessions",
"storage",
"tabs",
"topSites"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "sw.js"
},
"options_ui": {
"page": "settings.html"
},
"offline_enabled": true,
"incognito": "not_allowed",
"content_security_policy": {
"extension_pages": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';base-uri 'none'"
},
"cross_origin_embedder_policy": {
"value": "require-corp"
},
"cross_origin_opener_policy": {
"value": "same-origin"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk9BfRa5CXuCX1ElY0yu9kJSqxFirFtSy79ZR\/fyKHdOzZurQXNmhIyxVnQXd2bxHvuKUyZGahm\/gwgyyzGuxhsQEue6wTD9TnOvvM2vusXpnoCr6Ili7sBwUo9vA2aPI77NB0eArXz9WWNmoDWW5WEqI\/rk26Tinl8SNU9iDJISbL+dMses1QPw64oYFWB1J4JeB1MhXnzTxECpGZTn33LhgBU4J3ooT6eoqrsJdRvuc0vjPMxq\/jfqLkdBbzlsnrMbgtDoJ9WiWj2lA0MzHGDAQ8HgnMEi3SpXRNnod9CCBnxmkHqv3u4u7Tvp\/WLAgJ+QjCt+9yYyw3nOYHpEweQIDAQAB"
} | |