Panorama Tab
Replace your new tab with a new unique design and set of features that you can customize.
Was ist Panorama Tab?
Panorama Tab ist eine Chrome-Erweiterung, die von https://panoramatab.netlify.app entwickelt wurde, und ihr Hauptmerkmal ist "Replace your new tab with a new unique design and set of features that you can customize.".
Erweiterungsscreenshots
Panorama Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Panorama 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
Panorama Tab brings a custom new tab with a unique design and a set of features that you can change to your liking. Start your browsing with quick information like the current weather in your location and top posts from your favorite Subreddit, no accounts are needed! Keep your experience fresh with amazing background images from Unsplash and from any category. All of Panorama features are: - Current Weather Information - Search Bar: Customize your search engine - Top sites: Your top 10 visited sites for quick access - Reddit Posts: Preview 40+ posts from your favorite subreddit - Custom Background Images _____ The extension does not share or save your information with any third party. Information like coordinates, weather, sites, and more may be saved indefinitely locally on your browser and only accessible to the extension, all information it's deleted when the extension is uninstalled.
Grundlegende Informationen zur Erweiterung
Name | Panorama Tab |
ID | einjlbiknhpkccefknpcnmnmmnhigcbc |
Offizielle URL | https://chromewebstore.google.com/detail/panorama-tab/einjlbiknhpkccefknpcnmnmmnhigcbc |
Beschreibung | Replace your new tab with a new unique design and set of features that you can customize. |
Dateigröße | 371 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2021-11-04 |
Veröffentlichungsdatum | 2020-12-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://panoramatab.netlify.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://panoramatab.netlify.app/ |
URL der Datenschutzrichtlinien-Seite | https://panoramatab.netlify.app/privacy%20policy.html |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panorama Tab", "description": "Replace your new tab with a new unique design and set of features that you can customize.", "version": "1.0.4", "manifest_version": 2, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "96": "\/icons\/icon96.png", "128": "\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "geolocation", "topSites" ] } |