제작자: Dennis V.
Inspect and view changes in Window Session Opening Utility source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "ContextualIdentities New Window Wrapper",
"version": "1.0",
"description": "This extension offers two events for easily creating new windows with a specific contextualIdentitie and offers a mechanism to initialize the new window.",
"incognito": "spanning",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"cookies",
"contextualIdentities"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"contentScript.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{192b7a14-cee8-452b-b2ba-8f1a3b5b2a17}",
"strict_min_version": "110.0"
}
}
} 최고의 Window Session Opening Utility 대안
다음은 Window Session Opening Utility과(와) 유사한 Firefox add-on입니다:
Open Container Window
igorlogius
darwin-webextension
Romain
Sticky Window Containers
jchronakis
Container Context
joshthor
Open Link in Other Window
CR
Container Windows
JM
Open in chosen Private window
RK
Open external links in a container
Denys H
Container Reuse
La Gregance
Container Workspaces
Mike
Seamless Containers
rpbritton