Chrome, Opera and Safari have a very similar extension architecture. If very easy to port on extension to the other 2 borwsers, as long as:
* the API is there. For example only chrome can block HTTP requests, and access headers.
* The UI element is there. Safari has no page action, for example
Comments
Chrome, Opera and Safari have a very similar extension architecture. If very easy to port on extension to the other 2 borwsers, as long as: * the API is there. For example only chrome can block HTTP requests, and access headers. * The UI element is there. Safari has no page action, for example