SwiftClick

A new way to switch from tab to tab that works well in fullscreen mode

SwiftClickคืออะไร?

SwiftClick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A new way to switch from tab to tab that works well in fullscreen mode"

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

screenshot

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

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

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

                        Updated after reading some user comments from the first initial version.                    

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

ชื่อ SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
คำอธิบาย A new way to switch from tab to tab that works well in fullscreen mode
ขนาดไฟล์ 20.61 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2014-08-30
วันที่เผยแพร่ 2014-08-29
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A new way to switch from tab to tab that works well in fullscreen mode",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "name": "SwiftClick",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/icon16.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}