Tab Counter

Shows the amount of tabs you've created on every new tab.

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

Το Tab Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον metarmask, και η κύρια λειτουργία του είναι "Shows the amount of tabs you've created on every new tab.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere.

Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.                    

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

Όνομα Tab Counter Tab Counter
ID mahddlcedaddgnglfdlgphgdkgcjocbf
Επίσημο URL https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf
Περιγραφή Shows the amount of tabs you've created on every new tab.
Μέγεθος Αρχείου 16.79 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2016-07-23
Ημερομηνία Δημοσίευσης 2016-07-23
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής metarmask
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "Shows the amount of tabs you've created on every new tab.",
    "version": "2.0",
    "minimum_chrome_version": "51",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}