Janus Workspace

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

Apa itu Janus Workspace?

Janus Workspace adalah ekstensi Chrome yang dikembangkan oleh https://janusworkspace.com, dan fitur utamanya adalah "Janus Workspace creates a page into a workspace with frames with their own navigation.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Janus Workspace

Unduh file ekstensi Janus Workspace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Janus Workspace Janus Workspace
ID dfniomklnppfieflehekikgkenecicfb
URL Resmi https://chromewebstore.google.com/detail/janus-workspace/dfniomklnppfieflehekikgkenecicfb
Deskripsi Janus Workspace creates a page into a workspace with frames with their own navigation.
Ukuran File 933 KB
Jumlah Instalasi 255
Versi Saat Ini 5.4.7
Terakhir Diperbarui 2018-06-11
Tanggal Publikasi 2018-06-10
Penilaian 1.00/5 Total 4 Penilaian
Pengembang https://janusworkspace.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://janusworkspace.com
URL Halaman Bantuan https://janusworkspace.com/#privacy
URL Halaman Kebijakan Privasi https://janusworkspace.com
Bahasa yang Didukung 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"
        }
    ]
}