Nau Tab
Beautiful new tab page for modern browsers. A browser extension that will not track you.
Wat is Nau Tab?
Nau Tab is een Chrome-extensie ontwikkeld door https://int3ractive.com, en de belangrijkste functie is "Beautiful new tab page for modern browsers. A browser extension that will not track you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nau Tab
Download Nau 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
Take a break from your work with this picturesque new tab extension for modern browsers. Current features: - The background photo is fetched from Unsplash and change every hour. NEW: There are scenes for different period of the day. - You can use your own photo as background by select from settings panel opened at the bottom left corner) - You can set your name by clicking on the greeting's name. - You can re-select a list quick links (top left) in the settings panel - NEW: You can define your own quick links in settings panel - NEW: You can change the clock and greeting styles & positions in settings panel Visit https://int3ractive.com/nau-tab for more detail and feature roadmap.
Basisinformatie over de Extensie
Naam | Nau Tab |
ID | pimockeojlggmlnknhicajgckmlggifa |
Officiële URL | https://chromewebstore.google.com/detail/nau-tab/pimockeojlggmlnknhicajgckmlggifa |
Beschrijving | Beautiful new tab page for modern browsers. A browser extension that will not track you. |
Bestandsgrootte | 264 KB |
Aantal Installaties | 141 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2019-07-17 |
Publicatiedatum | 2019-07-16 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://int3ractive.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://int3ractive.com/nau-tab |
Help Pagina-URL | https://int3ractive.com/nau-tab |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nau Tab", "author": "Thanh Tran", "version": "3.0.1", "description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": false }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "default_title": "nau-tab" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |