jummp

Switch to your browser tabs like apps.

What is jummp?

jummp is a Chrome extension developed by https://jummp.io, and its main feature is "Switch to your browser tabs like apps.".

Extension Screenshots

screenshot
screenshot
screenshot

Download jummp Extension CRX File

Download jummp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name jummp jummp
ID jgciagdidmegnbnhflfafghhonjhenph
Official URL https://chromewebstore.google.com/detail/jummp/jgciagdidmegnbnhflfafghhonjhenph
Description Switch to your browser tabs like apps.
File Size 1.15 MB
Installation Count 14
Current Version 0.0.60
Last Updated 2018-11-13
Publish Date 2018-11-12
Rating 5.00/5 Total 1 Ratings
Developer https://jummp.io
Email [email protected]
Payment Type free
Extension Website https://jummp.io
Help Page URL https://jummp.io
Privacy Policy Page URL https://jummp.io/privacy
Supported Languages 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\/* "
        ]
    }
}