SwiftClick

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

SwiftClick là gì?

SwiftClick là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A new way to switch from tab to tab that works well in fullscreen mode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwiftClick

Tải xuống các tệp mở rộng SwiftClick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
URL Chính Thức https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Mô tả A new way to switch from tab to tab that works well in fullscreen mode
Kích Thước Tệp 20.61 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-08-30
Ngày Phát Hành 2014-08-29
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}