I'm in no way affiliated to the Chrome project but I'm also interested in pretty much the same things. Here's what I found so far:1. you are correct - no more NPAPI. You could use, if it makes sense, NaCl https://developers.google.com/native-client/dev/
2 & 3 questions go hand in hand and final details are still not clear even though the changes were supposed to take place in January.2. apart from Enterprise Policy/GPO scenarios, extensions will have to be published in Chrome Web Store - otherwise they will be disabled by Chrome3. adding extension to chrome through registry "should" still work - see https://groups.google.com/a/chromium.org/forum/#!starred/chromium-extensions/jAS4agg1gMY and https://code.google.com/p/chromium/issues/detail?id=327137. It looks like Chrome we'll be able to add the extension ID to registry and Chrome will fetch the extension CRX from the webstore automatically. Preferences file (http://developer.chrome.com/extensions/external_extensions.html) <extensionid.json> using "external_update_url" pointing to the webstore should also work.I haven't seen any Chrome builds that support 2 & 3.Mihai
On Friday, January 10, 2014 8:58:37 AM UTC+2, Shilin Nair wrote:Hi,I came across a few announcement of Google on chrome extensions. Can any one clarifies these?1) NPAPI plug in is being phased out from chrome starting from jan 2014. So we cannot host any new NPAPI extensions in chrome store. ??2) Any extension which is installed in the client box needs to be present in the chrome store as well. If chrome found it is not present in the chrome store it removes the extension from the browser. ??3) So far I was distributing my extension as part of my product installer and update the same in registry, so that chrome picks it up . Some article says this approach is also phasing out from chrome. Any extension which has to be installed from chrome store only. Local distribution is not allowed.??
Any input is welcome.-Shilin
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/af88e958-cd3d-4939-9382-293e8968afd1%40chromium.org.--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
On Fri, Jan 10, 2014 at 1:34 PM, Mihai Coman <mi...@quickweb.ro> wrote:
I'm in no way affiliated to the Chrome project but I'm also interested in pretty much the same things. Here's what I found so far:1. you are correct - no more NPAPI. You could use, if it makes sense, NaCl https://developers.google.com/native-client/dev/There are actually more alternatives, see: http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
2 & 3 questions go hand in hand and final details are still not clear even though the changes were supposed to take place in January.2. apart from Enterprise Policy/GPO scenarios, extensions will have to be published in Chrome Web Store - otherwise they will be disabled by Chrome3. adding extension to chrome through registry "should" still work - see https://groups.google.com/a/chromium.org/forum/#!starred/chromium-extensions/jAS4agg1gMY and https://code.google.com/p/chromium/issues/detail?id=327137. It looks like Chrome we'll be able to add the extension ID to registry and Chrome will fetch the extension CRX from the webstore automatically. Preferences file (http://developer.chrome.com/extensions/external_extensions.html) <extensionid.json> using "external_update_url" pointing to the webstore should also work.I haven't seen any Chrome builds that support 2 & 3.Mihai
On Friday, January 10, 2014 8:58:37 AM UTC+2, Shilin Nair wrote:Hi,I came across a few announcement of Google on chrome extensions. Can any one clarifies these?1) NPAPI plug in is being phased out from chrome starting from jan 2014. So we cannot host any new NPAPI extensions in chrome store. ??2) Any extension which is installed in the client box needs to be present in the chrome store as well. If chrome found it is not present in the chrome store it removes the extension from the browser. ??3) So far I was distributing my extension as part of my product installer and update the same in registry, so that chrome picks it up . Some article says this approach is also phasing out from chrome. Any extension which has to be installed from chrome store only. Local distribution is not allowed.??No, local distribution is still allowed, but your extension needs to be in the store. Note: it does not need to be user-visible in the store, but it needs to be there.This was announced here: http://blog.chromium.org/2013/11/protecting-windows-users-from-malicious.html
Any input is welcome.-Shilin
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" 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-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://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/2fa20c42-36b2-464f-a6a5-164e153a533d%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://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/2fa20c42-36b2-464f-a6a5-164e153a533d%40chromium.org.
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-...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/af88e958-cd3d-4939-9382-293e8968afd1%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" 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-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
Thanks for the reply! I was actually hoping for something that is updated with clear (I wish) implementation requirements / details.
On Monday, January 13, 2014 3:19:50 PM UTC+2, Finnur Thorarinsson wrote:I suppose that hosting on 3rd party servers will be obsolete.
This one does need to be updated - bug 41902 seems "abandoned" for years....the whole ticket seems obsolete to me.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://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/9927d84f-5b92-47dc-bb40-5f341364d94b%40chromium.org.
On Monday, January 13, 2014 3:19:50 PM UTC+2, Finnur Thorarinsson wrote:I suppose that hosting on 3rd party servers will be obsolete.That is true but only for Chrome installations on Windows that use the Beta/Stable channel. I don't think the situation with other platforms/channels will change in that regard.