Pinned Tab Fix
Set the active tab to the first non-pinned tab on startup.
Wat is Pinned Tab Fix?
Pinned Tab Fix is een Chrome-extensie ontwikkeld door Kanon Lo, en de belangrijkste functie is "Set the active tab to the first non-pinned tab on startup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pinned Tab Fix
Download Pinned Tab Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pinned Tab Fix |
ID | mffimlmgjdeopdbkaplbphidfhkkceie |
Officiële URL | https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie |
Beschrijving | Set the active tab to the first non-pinned tab on startup. |
Bestandsgrootte | 7.87 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-04-13 |
Publicatiedatum | 2016-04-13 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Kanon Lo |
Betalingswijze | free |
Ondersteunde Talen | 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" } |