Switch To New Tab

Sets focus to newly opened tabs.

什麼是Switch To New Tab?

Switch To New Tab是由Arctic Phoenix開發的Chrome擴展程式,該擴展的主要功能是“Sets focus to newly opened tabs.”。

下載Switch To New Tab擴展crx文件

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

擴展使用說明

                        This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab.

The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL.  Please let my know if you have any other issues with this.

Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!                    

擴展基本資訊

名稱 Switch To New Tab Switch To New Tab
ID lfpdoeknpnclenhlmblmenpafkbcgdbg
官方網址 https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg
簡介 Sets focus to newly opened tabs.
檔案大小 4.39 KB
安裝次數 9,848
目前版本 1.0
更新時間 2018-06-11
上架時間 2018-06-11
評分 4.69/5 共 104 次評分
開發者 Arctic Phoenix
付費類型 free
擴展官網 http://groups.google.com/group/arctic-phoenix
說明頁面URL http://groups.google.com/group/arctic-phoenix
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switch To New Tab",
    "version": "1.0",
    "description": "Sets focus to newly opened tabs.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "tabs.js"
        ],
        "persistent": false
    }
}