jummp

Switch to your browser tabs like apps.

什么是jummp?

jummp是由https://jummp.io开发的Chrome扩展程序,该扩展的主要功能是“Switch to your browser tabs like apps.”。

扩展截图

screenshot
screenshot
screenshot

下载jummp扩展crx文件

下载jummp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 jummp jummp
ID jgciagdidmegnbnhflfafghhonjhenph
官方URL https://chromewebstore.google.com/detail/jummp/jgciagdidmegnbnhflfafghhonjhenph
简介 Switch to your browser tabs like apps.
文件大小 1.15 MB
安装次数 14
当前版本 0.0.60
更新时间 2018-11-13
上架时间 2018-11-12
评分 5.00/5 共1次评分
开发者 https://jummp.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jummp.io
帮助页面URL https://jummp.io
隐私政策页面URL https://jummp.io/privacy
支持的语言 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\/* "
        ]
    }
}