Trovit Tab

Trovit Tab detects your location and displays local weather, time and calendar for quick reference

Cos'è Trovit Tab?

Trovit Tab è un'estensione di Chrome sviluppata da Trovit, e la sua funzione principale è "Trovit Tab detects your location and displays local weather, time and calendar for quick reference".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trovit Tab

Scarica i file di estensione Trovit Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Trovit Tab for Chrome detects your location and displays local weather and a four-day forecast in a quick-to-read format, as well as the current time and monthly calendar for quick reference. Make the most of your browser by having useful information just one click away!                    

Informazioni di Base sull'Estensione

Nome Trovit Tab Trovit Tab
ID hnnhkapoklmofjfbckkphjbfijmghjce
URL Ufficiale https://chrome.google.com/webstore/detail/trovit-tab/hnnhkapoklmofjfbckkphjbfijmghjce
Descrizione Trovit Tab detects your location and displays local weather, time and calendar for quick reference
Dimensione del File 996 KB
Conteggio Installazioni 18
Versione Corrente 1.5
Ultimo Aggiornamento 2013-08-30
Data di Pubblicazione 2013-08-30
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore Trovit
Tipo di Pagamento free
Sito Web dell'Estensione http://www.trovit.com
URL della Pagina di Aiuto http://about.trovit.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trovit Tab",
    "version": "1.5",
    "description": "Trovit Tab detects your location and displays local weather, time and calendar for quick reference",
    "content_security_policy": "script-src 'self'  'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "geolocation",
        "tabs",
        "activeTab",
        "http:\/\/www.trovit.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ssl.google-analytics.com\/",
        "http:\/\/api.wunderground.com\/api"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/button_t_19.png",
            "38": "images\/button_logo_38.png",
            "48": "images\/button_logo_48.png",
            "64": "images\/button_logo_64.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trovit"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "1024": "images\/icon1024.png",
        "512": "images\/icon512.png",
        "256": "images\/icon256.png",
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "96": "images\/icon96.png"
    }
}