New Tab Page Counter

Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!

Τι είναι το New Tab Page Counter;

Το New Tab Page Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Beaver, και η κύρια λειτουργία του είναι "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Tab Page Counter

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

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

                        This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page.

New Tab Page Counter is very customizable.  You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened.

This widget requires Awesome New Tab Page to work.  Without Awesome New Tab Page this widget does nothing.  You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.                    

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

Όνομα New Tab Page Counter New Tab Page Counter
ID dfcpeeodhadpkndehphebgcajckcdgka
Επίσημο URL https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka
Περιγραφή Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
Μέγεθος Αρχείου 709 KB
Αριθμός Εγκαταστάσεων 402
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2013-11-06
Ημερομηνία Δημοσίευσης 2013-11-06
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Beaver
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Page Counter",
    "web_accessible_resources": [
        "widget.html",
        "index.html",
        "options.html"
    ],
    "options_page": "settings.html",
    "background": {
        "page": "background2.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1",
    "description": "Track the number of times you open the new tab page, and how much time you have it open.  You probably will be amazed!",
    "icons": {
        "128": "newicon.png"
    }
}