Trovit Tab
Trovit Tab detects your location and displays local weather, time and calendar for quick reference
Τι είναι το Trovit Tab;
Το Trovit Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trovit, και η κύρια λειτουργία του είναι "Trovit Tab detects your location and displays local weather, time and calendar for quick reference".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trovit Tab
Λήψη αρχείων επέκτασης Trovit Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hnnhkapoklmofjfbckkphjbfijmghjce |
Επίσημο URL | https://chrome.google.com/webstore/detail/trovit-tab/hnnhkapoklmofjfbckkphjbfijmghjce |
Περιγραφή | Trovit Tab detects your location and displays local weather, time and calendar for quick reference |
Μέγεθος Αρχείου | 996 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2013-08-30 |
Ημερομηνία Δημοσίευσης | 2013-08-30 |
Αξιολόγηση | 5.00/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Trovit |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.trovit.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://about.trovit.com |
Υποστηριζόμενες Γλώσσες | 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" } } |