Janus Workspace
Janus Workspace creates a page into a workspace with frames with their own navigation.
What is Janus Workspace?
Janus Workspace is a Chrome extension developed by https://janusworkspace.com, and its main feature is "Janus Workspace creates a page into a workspace with frames with their own navigation.".
Extension Screenshots
Download Janus Workspace Extension CRX File
Download Janus Workspace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Janus Workspace |
ID | dfniomklnppfieflehekikgkenecicfb |
Official URL | https://chromewebstore.google.com/detail/janus-workspace/dfniomklnppfieflehekikgkenecicfb |
Description | Janus Workspace creates a page into a workspace with frames with their own navigation. |
File Size | 933 KB |
Installation Count | 255 |
Current Version | 5.4.7 |
Last Updated | 2018-06-11 |
Publish Date | 2018-06-10 |
Rating | 1.00/5 Total 4 Ratings |
Developer | https://janusworkspace.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://janusworkspace.com |
Help Page URL | https://janusworkspace.com/#privacy |
Privacy Policy Page URL | https://janusworkspace.com |
Supported Languages | 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": [ " |