jummp

Switch to your browser tabs like apps.

Was ist jummp?

jummp ist eine Chrome-Erweiterung, die von https://jummp.io entwickelt wurde, und ihr Hauptmerkmal ist "Switch to your browser tabs like apps.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

jummp-Erweiterungs-CRX-Datei herunterladen

Laden Sie jummp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name jummp jummp
ID jgciagdidmegnbnhflfafghhonjhenph
Offizielle URL https://chromewebstore.google.com/detail/jummp/jgciagdidmegnbnhflfafghhonjhenph
Beschreibung Switch to your browser tabs like apps.
Dateigröße 1.15 MB
Installationsanzahl 14
Aktuelle Version 0.0.60
Letztes Update 2018-11-13
Veröffentlichungsdatum 2018-11-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://jummp.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jummp.io
Hilfeseite URL https://jummp.io
URL der Datenschutzrichtlinien-Seite https://jummp.io/privacy
Unterstützte Sprachen 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\/* "
        ]
    }
}