Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Bookmarked tabs to the frontคืออะไร?

Bookmarked tabs to the front เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wayne Davison และคุณลักษณะหลักของมันคือ "Brings newly created tabs of bookmarked links to the foreground."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarked tabs to the front

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

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

                        Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground.  A middle-click of an unbookmarked link will open in the background.

This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks.

Updates:

1.1.2: A minor tweak and a policy update.
1.1.1: Fixed to work in Chrome 79 (which moved the URL string).                    

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

ชื่อ Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
คำอธิบาย Brings newly created tabs of bookmarked links to the foreground.
ขนาดไฟล์ 26.55 KB
จำนวนการติดตั้ง 1,419
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-06-07
วันที่เผยแพร่ 2020-01-05
คะแนน 4.45/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Wayne Davison
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://opencoder.net/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Brings newly created tabs of bookmarked links to the foreground.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Bookmarked tabs to the front",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "version": "1.1.2"
}