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文件

下載Janus Workspace New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}