Janus Workspace

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

Janus Workspace क्या है?

Janus Workspace https://janusworkspace.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Janus Workspace creates a page into a workspace with frames with their own navigation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Janus Workspace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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