Janus Workspace New Tab

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

Janus Workspace New Tab란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Janus Workspace transforms your new tab page to a split screen workstation.

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