WebCrumbs

This extension displays the time you spend on websites in a pie chart

Τι είναι το WebCrumbs;

Το WebCrumbs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shawnshengss, και η κύρια λειτουργία του είναι "This extension displays the time you spend on websites in a pie chart".

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

screenshot

Λήψη αρχείου CRX της επέκτασης WebCrumbs

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

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

                        This extension lets you track how much time you spend on different websites, allowing you to see your browsing habits and how you spend your time on the internet. The extension also allows you to see different intervals of time, like for the last week or last month.

Features:
#Shows how much time you spend on each website in minutes
#Displays time in a pie chart and in a list
#Allows you to see your browsing habits in intervals of one day, one week, one month, and forever
#Can clear data from extension

Changelog:
v 0.2.7 (07/23/15): Fixed a bug regarding the filters
v 0.2.6 (07/15/15): Added Facebook link, changed data filters from "This Month" and "This Week" (calendar month and week) to last 30 days and last 7 days
v 0.2.5 (06/28/15): Fixed G+ link and added large icon
v 0.2.4 (06/27/15): Added link to G+ page and updated icon
v 0.2.3 (06/23/15): Moved clear data button to a better location
v 0.2.2 (06/22/15): Publicly released                    

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

Όνομα WebCrumbs WebCrumbs
ID hpdlgjbaokkembcmafdcfnnjmcbhlbpj
Επίσημο URL https://chromewebstore.google.com/detail/webcrumbs/hpdlgjbaokkembcmafdcfnnjmcbhlbpj
Περιγραφή This extension displays the time you spend on websites in a pie chart
Μέγεθος Αρχείου 142 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 0.2.7.1
Τελευταία Ενημέρωση 2015-08-13
Ημερομηνία Δημοσίευσης 2015-08-12
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής shawnshengss
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebCrumbs",
    "description": "This extension displays the time you spend on websites in a pie chart",
    "version": "0.2.7.1",
    "browser_action": {
        "default_icon": "icon38.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "windows"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    }
}