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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/* "
        ]
    }
}