Janus Workspace New Tab
Janus Workspace creates a page into a workspace with frames with their own navigation.
Was ist Janus Workspace New Tab?
Janus Workspace New Tab ist eine Chrome-Erweiterung, die von https://janusworkspace.com entwickelt wurde, und ihr Hauptmerkmal ist "Janus Workspace creates a page into a workspace with frames with their own navigation.".
Erweiterungsscreenshots
Janus Workspace New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Janus Workspace New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Janus Workspace New Tab |
ID | ibjjadloomfnfbkpdbeiddncgdepdhin |
Offizielle URL | https://chromewebstore.google.com/detail/janus-workspace-new-tab/ibjjadloomfnfbkpdbeiddncgdepdhin |
Beschreibung | Janus Workspace creates a page into a workspace with frames with their own navigation. |
Dateigröße | 933 KB |
Installationsanzahl | 564 |
Aktuelle Version | 5.4.12 |
Letztes Update | 2020-05-06 |
Veröffentlichungsdatum | 2020-05-05 |
Bewertung | 2.11/5 Insgesamt 9 Bewertungen |
Entwickler | https://janusworkspace.com |
[email protected] | |
Zahlungsart | in_app |
Hilfeseite URL | https://janusworkspace.com/#privacy |
URL der Datenschutzrichtlinien-Seite | https://janusworkspace.com |
Unterstützte Sprachen | 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": [ " |