Panorama Tab

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

Qu'est-ce que Panorama Tab ?

Panorama Tab est une extension Chrome développée par https://panoramatab.netlify.app, et sa fonction principale est "Replace your new tab with a new unique design and set of features that you can customize.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Panorama Tab

Téléchargez les fichiers d'extension Panorama Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Panorama Tab Panorama Tab
ID einjlbiknhpkccefknpcnmnmmnhigcbc
URL Officiel https://chromewebstore.google.com/detail/panorama-tab/einjlbiknhpkccefknpcnmnmmnhigcbc
Description Replace your new tab with a new unique design and set of features that you can customize.
Taille du Fichier 371 KB
Nombre d'Installations 36
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-11-04
Date de Publication 2020-12-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://panoramatab.netlify.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://panoramatab.netlify.app/
URL de la Page de Politique de Confidentialité https://panoramatab.netlify.app/privacy%20policy.html
Langues Prises en Charge 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"
    ]
}