WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Τι είναι το WhatsTheUsage;

Το WhatsTheUsage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον whatstheusage, και η κύρια λειτουργία του είναι "A graphical usage meter for displaying Internode broadband data usage.".

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

screenshot
screenshot

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

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

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

                        WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.                    

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

Όνομα WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
Επίσημο URL https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Περιγραφή A graphical usage meter for displaying Internode broadband data usage.
Μέγεθος Αρχείου 265 KB
Αριθμός Εγκαταστάσεων 436
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2015-12-17
Ημερομηνία Δημοσίευσης 2015-12-16
Αξιολόγηση 3.88/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής whatstheusage
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsTheUsage",
    "version": "0.0.4",
    "description": "A graphical usage meter for displaying Internode broadband data usage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/"
    ],
    "short_name": "WhatsTheUsage"
}