Janus Workspace New Tab
Janus Workspace creates a page into a workspace with frames with their own navigation.
Janus Workspace New Tabとは何ですか?
Janus Workspace New Tabはhttps://janusworkspace.comによって開発されたChromeの拡張機能で、その主な機能は「Janus Workspace creates a page into a workspace with frames with their own navigation.」です。
拡張機能のスクリーンショット
Janus Workspace New Tab拡張機能のCRXファイルをダウンロード
Janus Workspace New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Janus Workspace transforms your new tab page to a split screen workstation. 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 New Tab |
ID | ibjjadloomfnfbkpdbeiddncgdepdhin |
公式URL | https://chromewebstore.google.com/detail/janus-workspace-new-tab/ibjjadloomfnfbkpdbeiddncgdepdhin |
説明 | Janus Workspace creates a page into a workspace with frames with their own navigation. |
ファイルサイズ | 933 KB |
インストール数 | 564 |
現在のバージョン | 5.4.12 |
最終更新日 | 2020-05-06 |
公開日 | 2020-05-05 |
評価 | 2.11/5 合計 9 レビュー |
開発者 | https://janusworkspace.com |
Eメール | [email protected] |
支払い方法 | in_app |
ヘルプページのURL | https://janusworkspace.com/#privacy |
プライバシーポリシーページのURL | https://janusworkspace.com |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/config.js", "js\/utils.js", "js\/background.js" ] }, "browser_action": { "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-3.1.1.js", "js\/utils.js", "js\/content.js" ], "matches": [ " |