jummp

Switch to your browser tabs like apps.

jummp là gì?

jummp là một tiện ích mở rộng Chrome được phát triển bởi https://jummp.io, và tính năng chính của nó là "Switch to your browser tabs like apps.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng jummp 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

                        This extension allows you to command-tab switch to your browser tabs just as you'd switch to another application on your Mac. 

Requires installation of a desktop application to work. You can download it from https://jummp.io                    

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

Tên jummp jummp
ID jgciagdidmegnbnhflfafghhonjhenph
URL Chính Thức https://chromewebstore.google.com/detail/jummp/jgciagdidmegnbnhflfafghhonjhenph
Mô tả Switch to your browser tabs like apps.
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.0.60
Cập Nhật Lần Cuối 2018-11-13
Ngày Phát Hành 2018-11-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://jummp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jummp.io
URL Trang Trợ Giúp https://jummp.io
URL Trang Chính Sách Bảo Mật https://jummp.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jummp",
    "version": "0.0.60",
    "manifest_version": 2,
    "description": "Switch to your browser tabs like apps.",
    "homepage_url": "https:\/\/jummp.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png",
        "1024": "icons\/icon1024.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "history",
        "tabs",
        "activeTab",
        "gcm"
    ],
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "permissions": [
                "https:\/\/www.gstatic.com\/*",
                "https:\/\/www.googleapis.com\/*",
                "https:\/\/connect.stripe.com\/*",
                "https:\/\/*.firebaseio.com"
            ],
            "matches": [
                ""
            ],
            "js": [
                "src\/content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5000\/*",
            "https:\/\/jummp.io\/* "
        ]
    }
}