"chrome_settings_overrides" : {
"startup_pages" : ["https://example.com/..."]
}
I could'nt use Tabs API to open a new tab when the navigator starts, because the inspectors will signal the app as a malware, and because i need that the param to be in chrome's parameters and not mines
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ad83649f-ef21-4260-9324-1db2a1865347%40chromium.org.
Hello.
We are developing a plugin (WEBSKAN).
At the installation of the plugin, we would like to ask the user to allow us to add the plugin page in the stratpages of the browser.
If the user says “Yes”, we would like to be able to add programmatically (API , Script, …) the URL of the plugin to the startpages of the browser.
We have tested the following directive in the manifest:
"chrome_settings_overrides" : {
"startup_pages" : ["https://example.com/..."]
}
The problem is that it adds the page statically without the user permission.
Thanks for your help.
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/10d063cc-7f2e-4f5f-ac45-329d77085c11%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/c6e9d62b-64e2-4b7f-ab6e-7b5b1dc40736%40chromium.org.
Hi.We appreciate your feedback.I would like to add to the thread that we understand the manual option and this could be the backup solution.On the other side, you talk about overriding the startpages.What we are looking to do is to add the plugin URL to the existing startpages of the user.Let's take my particular case. I have 2 startpages (Gmail and Yahoo Mail) that are automatically loaded when I start my Google Chrome.We are looking to add the Webskan URL to the startpages e.g. I will have 3 pages that open automatically when I launch my Google Chrome.In my case, I would not appreciate if someone "overrides" my existing start pages with something else ..RegardsMarcel ASSARAF