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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Activate New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}