2 years, 11 months ago
via
Twitter
about Google Chrome
Why can't Google's Chrome have a plugin interface like Firefox? is that too much to ask?
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
Google Chrome development builds have what the team calls an extension system. Chromium, the source project for Google Chrome, has a design document entitled "Plugin Architecture", which is distinct in the documentation from the extension system.
Google Chrome extensions are zip files containing HTML, CSS, and JavaScript. The JavaScript code will have access to browser objects such as bookmarks, tabs, and downloads. It is also capable of performing XMLHttpRequest calls.
Aside from the "Plugin Architecture" document on the Chromium site it is hard to find information about how to develop true plugins for Chrome. There does seem to be support for some plugins in the current release, however. Type about:plugins in the address bar and it displays a list of installed plugins, which actually appear to be Firefox plugins.
Google Chrome extensions are zip files containing HTML, CSS, and JavaScript. The JavaScript code will have access to browser objects such as bookmarks, tabs, and downloads. It is also capable of performing XMLHttpRequest calls.
Aside from the "Plugin Architecture" document on the Chromium site it is hard to find information about how to develop true plugins for Chrome. There does seem to be support for some plugins in the current release, however. Type about:plugins in the address bar and it displays a list of installed plugins, which actually appear to be Firefox plugins.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse