Pinned Tab Fix

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

Vad är Pinned Tab Fix?

Pinned Tab Fix är en Chrome-tillägg utvecklad av Kanon Lo, och dess huvudfunktion är "Set the active tab to the first non-pinned tab on startup.".

Tilläggsskärmbilder

screenshot

Ladda ner Pinned Tab Fix-förlängningens CRX-fil

Ladda ner Pinned Tab Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
Officiell webbadress https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Beskrivning Set the active tab to the first non-pinned tab on startup.
Filstorlek 7.87 KB
Antal Installationer 51
Aktuell Version 1.0.0
Senast Uppdaterad 2016-04-13
Publiceringsdatum 2016-04-13
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Kanon Lo
Betalningssätt free
Stödda Språk 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"
}