Chrome supports binary extensions on all platforms. But I cannot decide whether Chrome OS supports them too...
相关问题
- How does same-domain policy apply to background sc
- YouTube Data API v3 allowed referers for browser a
- Chrome Extension: How can I get global settings in
- Keep receiving Login Required error when trying to
- chrome.runtime.reload blocking the extension
相关文章
- Progressive web app(PWA) vs Electron vs Browser ex
- chrome.runtime.getURL vs. chrome.extension.getURL
- Will this hotkey work for Mac users?
- Chrome extension permission for “about:blank” page
- getElementById not working in Google Chrome extens
- Google Chrome extension: How to find out if a user
- How can my Chrome plugin disable itself via Javasc
- How to package Firefox and Chrome extensions
They don't support NPAPI, but they do support the new native client architecture NaCL.
For more information regarding the difference:
http://dev.chromium.org/nativeclient/getting-started/getting-started-background-and-basics
If your binary extension uses PPAPI rather than NPAPI, it will definitely work on Chrome OS.
Nope, they are disabled on purpose.
See this, this, this.