Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

Τι είναι το Pinned Tab Fix;

Το Pinned Tab Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kanon Lo, και η κύρια λειτουργία του είναι "Set the active tab to the first non-pinned tab on startup.".

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

screenshot

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

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

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

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

Όνομα Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
Επίσημο URL https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Περιγραφή Set the active tab to the first non-pinned tab on startup.
Μέγεθος Αρχείου 7.87 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2016-04-13
Ημερομηνία Δημοσίευσης 2016-04-13
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Kanon Lo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}