Left Click Open New Tab

Left click open new tab other domain link.

Left Click Open New Tabคืออะไร?

Left Click Open New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย macha และคุณลักษณะหลักของมันคือ "Left click open new tab other domain link."

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

screenshot

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

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

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

                        Left click open new tab, other domain link.



## v2.0.0
* add "Ignore links in embedded YouTube video players." 

## v1.3
* add ignore site path by option.

http://leftclickopennewtab.blogspot.jp/                    

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

ชื่อ Left Click Open New Tab Left Click Open New Tab
ID biooinfaokckfkbfkjkaneejhfgfadda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/left-click-open-new-tab/biooinfaokckfkbfkjkaneejhfgfadda
คำอธิบาย Left click open new tab other domain link.
ขนาดไฟล์ 47.16 KB
จำนวนการติดตั้ง 652
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2014-12-07
คะแนน 3.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา macha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Left click open new tab other domain link.",
    "name": "Left Click Open New Tab",
    "permissions": [
        "background",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "html\/options.html",
    "manifest_version": 3,
    "version": "2.0.5"
}

ส่วนขยายที่เกี่ยวข้อง