NexTab

Open new tabs to the left or right of your active tab.

NexTabคืออะไร?

NexTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nextab.co และคุณลักษณะหลักของมันคือ "Open new tabs to the left or right of your active tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย NexTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
คำอธิบาย Open new tabs to the left or right of your active tab.
ขนาดไฟล์ 673 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-06-01
วันที่เผยแพร่ 2020-06-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://nextab.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nextab.co
URL หน้าช่วยเหลือ https://nextab.co
URL หน้านโยบายความเป็นส่วนตัว https://nextab.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NexTab",
    "description": "Open new tabs to the left or right of your active tab.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "NexTab",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "open-right": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            },
            "description": "Opens new tabs to the right of your current tab"
        },
        "open-left": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T",
                "windows": "Alt+Shift+T"
            },
            "description": "Opens new tabs to the left of your current tab"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}