Information Visualization of Browser History

Reads your history, and use information visualization techniques to show graphically how you spend your time on the internet.

Τι είναι το Information Visualization of Browser History;

Το Information Visualization of Browser History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ap.giancarlo, και η κύρια λειτουργία του είναι "Reads your history, and use information visualization techniques to show graphically how you spend your time on the internet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Information Visualization of Browser History

Λήψη αρχείων επέκτασης Information Visualization of Browser History σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Reads your browser history, and use Information Visualization techniques (a branch of Computer Graphics), to show graphically how you spend your time on the Internet to analyze if you are productive or unproductive when using the Internet. According to a research done by Salary.com with ten thousand employees, most of them waste time on the Internet in websites unrelated to their work. The inefficient use of time by these employees during their working day costs to the US companies the equivalent of US $ 759 billion per year. The main distraction was the Internet activity indicated by 44.7% of respondents, generating a cost of around US$ 300 billion annually to companies. Thus, companies may adopt a measure to reduce this idle time with this software. This extension is not a tracking software, but a software to make a self-analysis to see where you are spending your time on the Internet, see the most visited websites, the behaviour on specific days by adding a date time filter, the behavior when clicking on links, like ads, and see the frequency of use of the internet and what are the accessed websites. The visual charts help to analyse the browser history, since lots of data are difficult to analyse in a text form. With this visual charts, you can see where you can improve your productivity.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Information Visualization of Browser History Information Visualization of Browser History
ID onlpodkdakgonlmodbgapcbigpcimokd
Επίσημο URL https://chromewebstore.google.com/detail/information-visualization/onlpodkdakgonlmodbgapcbigpcimokd
Περιγραφή Reads your history, and use information visualization techniques to show graphically how you spend your time on the internet.
Μέγεθος Αρχείου 13.3 MB
Αριθμός Εγκαταστάσεων 371
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-11-27
Ημερομηνία Δημοσίευσης 2015-11-26
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής ap.giancarlo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Information Visualization of Browser History",
    "version": "1.0",
    "description": "Reads your history, and use information visualization techniques to show graphically how you spend your time on the internet.",
    "icons": {
        "16": "icons\/grafico-16.png",
        "48": "icons\/grafico-48.png",
        "128": "icons\/grafico-128.png"
    },
    "browser_action": {
        "default_title": "InformationVisualizationofBrowserHistory",
        "default_icon": "icons\/grafico.png"
    },
    "author": "GiancarloPeccinandEduardoBissigo",
    "background": {
        "scripts": [
            "modules\/interface\/views\/main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "storage"
    ]
}