Tab Shortcuts

Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking

Tab Shortcutsคืออะไร?

Tab Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hiatamaworkshop และคุณลักษณะหลักของมันคือ "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking"

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

screenshot

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

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

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

                        Adds 2 useful shortcut functions to your mouse clicks.

1. Holding the Left Button will open link in new tab.

2. Double Clicking the Right Button will close the current Tab.


【Added functions】2019/01/06
3. Reload page by clicking both Left and Right button at the same time.

4. URL Highlighter.

5. Switching between tabs by holding Right button and dragging to the Left or Right.



・May not work in some pages or some elements in the page due to Web Security Rules.

・Open the extension to switch on / off the function.                    

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

ชื่อ Tab Shortcuts Tab Shortcuts
ID fidefaifindcbfnkhfmccedbjjialgpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-shortcuts/fidefaifindcbfnkhfmccedbjjialgpo
คำอธิบาย Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking
ขนาดไฟล์ 12.11 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2019-02-03
วันที่เผยแพร่ 2019-02-03
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hiatamaworkshop
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shortcuts",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "new_tab.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}