I know how to manually enable panels in Chrome. I wrote chrome extensions that use panels. Unfortunately, users must first enable this manually.
chrome.windows.create({type:"panel", url: temp, width:pos.w,height:pos.h, top:pos.top, left:pos.left}, function (_win) { win = _win.id; });
Question: is it possible to enable the panel function for expansion without having to do it manually?
You cannot inside an extension, a period.
Chrome flags are experimental features, and you should never assume that they are present.
- , Chrome, --enable-panels; (Google , ).
--enable-panels
, chrome.tabs.create chrome://flags/#enable-panels , .
chrome.tabs.create
chrome://flags/#enable-panels
, Chrome OS apps 45. . alwaysOnTop (alwaysOnTopWindows). .
chrome.app.window.create("test.html", { alwaysOnTop: true, type: "panel" })
Source: https://habr.com/ru/post/1612496/More articles:Нет сообщения об ошибке при неудаче входа в систему Yii2 - phpSpriteKit SKView больше не переходит между сценами в iOS 9 - iosR regex - match the first combination of space letters from the end - regexHow to add OJDBC6.jar to build.gradle file? - javaSinatra Heroku app responds with Forbidden if I follow the links - ruby | fooobar.comC # “Boxing” into ownership / 1-Arg Constructor as intended - c #Продолжить провал jQuery Отложенная цепочка - javascriptError handling and recovery using jQuery Deferred - javascriptLaravel 5.1 bcrypt and login - phphttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1612501/how-to-enable-applications-to-send-email-from-google-container-engine&usg=ALkJrhgmflf-G7zll0LnIkJIc0Tkf0Kq-gAll Articles