Pinned Tab Fix

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

什麼是Pinned Tab Fix?

Pinned Tab Fix是由Kanon Lo開發的Chrome擴展程式,該擴展的主要功能是“Set the active tab to the first non-pinned tab on startup.”。

擴展截圖

screenshot

下載Pinned Tab Fix擴展crx文件

下載Pinned Tab Fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
官方網址 https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
簡介 Set the active tab to the first non-pinned tab on startup.
檔案大小 7.87 KB
安裝次數 51
目前版本 1.0.0
更新時間 2016-04-13
上架時間 2016-04-13
評分 4.00/5 共 4 次評分
開發者 Kanon Lo
付費類型 free
支援的語言 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"
}