Activate New Tab

Activate new tab and move it to beside of opener tab.

什麼是Activate New Tab?

Activate New Tab是由痛ったい開發的Chrome擴展程式,該擴展的主要功能是“Activate new tab and move it to beside of opener tab.”。

擴展截圖

screenshot
screenshot

下載Activate New Tab擴展crx文件

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

擴展使用說明

                        Activate new tab opened from link (context menu 'Open link in new tab' or click middle mouse button on link) and move to right beside of opener tab. Simple and lightweight extension. No permissions required.                    

擴展基本資訊

名稱 Activate New Tab Activate New Tab
ID nnacidecdiejnlgehdpbmgffdbfcnpie
官方網址 https://chromewebstore.google.com/detail/activate-new-tab/nnacidecdiejnlgehdpbmgffdbfcnpie
簡介 Activate new tab and move it to beside of opener tab.
檔案大小 8.6 KB
安裝次數 861
目前版本 0.6
更新時間 2021-08-15
上架時間 2020-04-14
評分 4.25/5 共 4 次評分
開發者 痛ったい
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.6",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    }
}