Janus Workspace

Janus Workspace creates a page into a workspace with frames with their own navigation.

Janus Workspace란 무엇입니까?

Janus Workspace은(는) https://janusworkspace.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Janus Workspace creates a page into a workspace with frames with their own navigation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Janus Workspace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Janus Workspace adds a workstation page to your Chrome browser!.

It is like TweetDeck but not only for twitter and like SublimeText's split screen but not only for text files and its also better.

It is mainly targeted at developers, startup owners, tech geeks, anyone that needs to have multiple open websites and track them all.
Things that will be added next:
 -individual size and positioning for different frames/windows
 -simultaneous scroll for all frames/windows
 -fixing support for youtube, facebook, etc.                    

확장 프로그램 기본 정보

이름 Janus Workspace Janus Workspace
ID dfniomklnppfieflehekikgkenecicfb
공식 URL https://chromewebstore.google.com/detail/janus-workspace/dfniomklnppfieflehekikgkenecicfb
설명 Janus Workspace creates a page into a workspace with frames with their own navigation.
파일 크기 933 KB
설치 횟수 255
현재 버전 5.4.7
최근 업데이트 2018-06-11
출시 날짜 2018-06-10
평점 1.00/5 총 4 개의 평점
개발자 https://janusworkspace.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://janusworkspace.com
도움말 페이지 URL https://janusworkspace.com/#privacy
개인정보 보호 정책 페이지 URL https://janusworkspace.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Janus Workspace",
    "description": "Janus Workspace creates a page into a workspace with frames with their own navigation.",
    "version": "5.4.7",
    "icons": {
        "256": "\/img\/icon256.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "identity",
        "identity.email",
        "storage",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "*:\/\/*.google.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "396892693634-7hdpl3rnpbauhnutoek81vklm4srm25k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "chrome_url_overrides": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/utils.js",
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}