Pinned Tab Fix

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

Qu'est-ce que Pinned Tab Fix ?

Pinned Tab Fix est une extension Chrome développée par Kanon Lo, et sa fonction principale est "Set the active tab to the first non-pinned tab on startup.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinned Tab Fix

Téléchargez les fichiers d'extension Pinned Tab Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL Officiel https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Description Set the active tab to the first non-pinned tab on startup.
Taille du Fichier 7.87 KB
Nombre d'Installations 51
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-04-13
Date de Publication 2016-04-13
Évaluation 4.00/5 Total 4 Évaluations
Développeur Kanon Lo
Type de Paiement free
Langues Prises en Charge 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"
}