Janus Workspace
Janus Workspace creates a page into a workspace with frames with their own navigation.
什么是Janus Workspace?
Janus Workspace是由https://janusworkspace.com开发的Chrome扩展程序,该扩展的主要功能是“Janus Workspace creates a page into a workspace with frames with their own navigation.”。
扩展截图
下载Janus Workspace扩展crx文件
下载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 |
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": [ " |