Pinned Tab Fix

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

Hvad er Pinned Tab Fix?

Pinned Tab Fix er en Chrome-udvidelse udviklet af Kanon Lo, og dens hovedfunktion er "Set the active tab to the first non-pinned tab on startup.".

Udvidelsesskærmbilleder

screenshot

Download Pinned Tab Fix-udvidelses-CRX-fil

Download Pinned Tab Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
Officiel URL https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Beskrivelse Set the active tab to the first non-pinned tab on startup.
Filstørrelse 7.87 KB
Antal Installationer 51
Nuværende Version 1.0.0
Senest Opdateret 2016-04-13
Udgivelsesdato 2016-04-13
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Kanon Lo
Betalingsmetode free
Understøttede Sprog 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"
}