Pinned Tab Fix
Set the active tab to the first non-pinned tab on startup.
Apa itu Pinned Tab Fix?
Pinned Tab Fix adalah ekstensi Chrome yang dikembangkan oleh Kanon Lo, dan fitur utamanya adalah "Set the active tab to the first non-pinned tab on startup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pinned Tab Fix
Unduh file ekstensi Pinned Tab Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Pinned Tab Fix |
ID | mffimlmgjdeopdbkaplbphidfhkkceie |
URL Resmi | https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie |
Deskripsi | Set the active tab to the first non-pinned tab on startup. |
Ukuran File | 7.87 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-04-13 |
Tanggal Publikasi | 2016-04-13 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Kanon Lo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |