Janus Workspace

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

Τι είναι το Janus Workspace;

Το Janus Workspace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://janusworkspace.com, και η κύρια λειτουργία του είναι "Janus Workspace creates a page into a workspace with frames with their own navigation.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Janus Workspace

Λήψη αρχείων επέκτασης Janus Workspace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        }
    ]
}