NelliTab - New Tab Page
Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns.
Τι είναι το NelliTab - New Tab Page;
Το NelliTab - New Tab Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nellitab.io, και η κύρια λειτουργία του είναι "Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NelliTab - New Tab Page
Λήψη αρχείων επέκτασης NelliTab - New Tab Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NelliTab - New tab page for your bookmarks, top sites, history and downloads. Tired of using slow new tab pages based on external services? NelliTab is not a self configured "Speed Dial", this extension just shows your bookmarks, top sites, history and downloads by showing cached icons offered by sites you visit, nice, customizable, fast and with no privacy concerns. ★ Shows web apps, bookmarks, top sites, history and downloads ★ Uses icons offered by sites you visit and not by using any external services ★ Caches icons in local storage for fast loading of new tab page and offline use ★ Managing bookmarks with drag'n drop support and deleting of history entries ★ Grouping history items by domain or hostname in folders ★ Upload your own icons and wallpaper ★ Light, dark and custom themes by defining own colors ★ Lot of other customizations such as icon size, border radius etc. ★ Experimental support for backdrop filters ★ Does not collect or transmit any personally identifiable information about you ★ Fully supported languages are English and German ★ Contains other languages provided by the community but they are uncompleted and unsupported
Βασικές Πληροφορίες Επέκτασης
Όνομα | NelliTab - New Tab Page |
ID | gaoijlmokigkaaocblpcmlifgipojeip |
Επίσημο URL | https://chromewebstore.google.com/detail/nellitab-new-tab-page/gaoijlmokigkaaocblpcmlifgipojeip |
Περιγραφή | Shows your bookmarks and history nicely with icons from sites you visit without external services and without privacy concerns. |
Μέγεθος Αρχείου | 1.96 MB |
Αριθμός Εγκαταστάσεων | 2,049 |
Τρέχουσα Έκδοση | 2024.1 beta (986) |
Τελευταία Ενημέρωση | 2024-02-12 |
Ημερομηνία Δημοσίευσης | 2020-06-26 |
Αξιολόγηση | 4.56/5 Συνολικά 36 Αξιολογήσεις |
Προγραμματιστής | https://nellitab.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://nellitab.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://nellitab.io |
Υποστηριζόμενες Γλώσσες | de,en,fr,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "assets\/img\/logo\/dark.png" } }, "author": "Thomas Werner", "background": { "service_worker": "assets\/js\/background.js", "type": "module" }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_scripts": [ { "all_frames": true, "js": [ "assets\/js\/vendor\/jquery.js", "assets\/js\/inject.js" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "homepage_url": "https:\/\/nellitab.io", "host_permissions": [ " |