Trovit Tab
Trovit Tab detects your location and displays local weather, time and calendar for quick reference
Qu'est-ce que Trovit Tab ?
Trovit Tab est une extension Chrome développée par Trovit, et sa fonction principale est "Trovit Tab detects your location and displays local weather, time and calendar for quick reference".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trovit Tab
Téléchargez les fichiers d'extension Trovit 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
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!
Informations de Base sur l'Extension
Nom | |
ID | hnnhkapoklmofjfbckkphjbfijmghjce |
URL Officiel | https://chrome.google.com/webstore/detail/trovit-tab/hnnhkapoklmofjfbckkphjbfijmghjce |
Description | Trovit Tab detects your location and displays local weather, time and calendar for quick reference |
Taille du Fichier | 996 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2013-08-30 |
Date de Publication | 2013-08-30 |
Évaluation | 5.00/5 Total 13 Évaluations |
Développeur | Trovit |
Type de Paiement | free |
Site Web de l'Extension | http://www.trovit.com |
URL de la Page d'Aide | http://about.trovit.com |
Langues Prises en Charge | 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" } } |