Pinned Tab Fix
Set the active tab to the first non-pinned tab on startup.
Was ist Pinned Tab Fix?
Pinned Tab Fix ist eine Chrome-Erweiterung, die von Kanon Lo entwickelt wurde, und ihr Hauptmerkmal ist "Set the active tab to the first non-pinned tab on startup.".
Erweiterungsscreenshots
Pinned Tab Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pinned Tab Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Pinned Tab Fix |
ID | mffimlmgjdeopdbkaplbphidfhkkceie |
Offizielle URL | https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie |
Beschreibung | Set the active tab to the first non-pinned tab on startup. |
Dateigröße | 7.87 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-04-13 |
Veröffentlichungsdatum | 2016-04-13 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Kanon Lo |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |