Pinned Tab Fix
Set the active tab to the first non-pinned tab on startup.
What is Pinned Tab Fix?
Pinned Tab Fix is a Chrome extension developed by Kanon Lo, and its main feature is "Set the active tab to the first non-pinned tab on startup.".
Extension Screenshots
Download Pinned Tab Fix Extension CRX File
Download Pinned Tab Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pinned Tab Fix |
ID | mffimlmgjdeopdbkaplbphidfhkkceie |
Official URL | https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie |
Description | Set the active tab to the first non-pinned tab on startup. |
File Size | 7.87 KB |
Installation Count | 51 |
Current Version | 1.0.0 |
Last Updated | 2016-04-13 |
Publish Date | 2016-04-13 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Kanon Lo |
Payment Type | free |
Supported Languages | 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" } |