Panorama Tab

Replace your new tab with a new unique design and set of features that you can customize.

¿Qué es Panorama Tab?

Panorama Tab es una extensión de Chrome desarrollada por https://panoramatab.netlify.app, y su función principal es "Replace your new tab with a new unique design and set of features that you can customize.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Panorama Tab

Descarga archivos de extensión Panorama Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Panorama Tab Panorama Tab
ID einjlbiknhpkccefknpcnmnmmnhigcbc
URL Oficial https://chromewebstore.google.com/detail/panorama-tab/einjlbiknhpkccefknpcnmnmmnhigcbc
Descripción Replace your new tab with a new unique design and set of features that you can customize.
Tamaño del Archivo 371 KB
Cantidad de Instalaciones 36
Versión Actual 1.0.4
Última Actualización 2021-11-04
Fecha de Publicación 2020-12-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://panoramatab.netlify.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://panoramatab.netlify.app/
URL de la Página de Política de Privacidad https://panoramatab.netlify.app/privacy%20policy.html
Idiomas Soportados 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"
    ]
}