Janus Workspace New Tab

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

Cos'è Janus Workspace New Tab?

Janus Workspace New Tab è un'estensione di Chrome sviluppata da https://janusworkspace.com, e la sua funzione principale è "Janus Workspace creates a page into a workspace with frames with their own navigation.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Janus Workspace New Tab

Scarica i file di estensione Janus Workspace New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Janus Workspace New Tab Janus Workspace New Tab
ID ibjjadloomfnfbkpdbeiddncgdepdhin
URL Ufficiale https://chromewebstore.google.com/detail/janus-workspace-new-tab/ibjjadloomfnfbkpdbeiddncgdepdhin
Descrizione Janus Workspace creates a page into a workspace with frames with their own navigation.
Dimensione del File 933 KB
Conteggio Installazioni 564
Versione Corrente 5.4.12
Ultimo Aggiornamento 2020-05-06
Data di Pubblicazione 2020-05-05
Valutazione 2.11/5 Totale 9 Valutazioni
Sviluppatore https://janusworkspace.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://janusworkspace.com/#privacy
URL della Pagina della Politica sulla Privacy https://janusworkspace.com
Lingue Supportate 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"
}