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
Eメール [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\/* "
        ]
    }
}