When a content script is initialised, it receives a context object.
context
The content script ID, which may be necessary to post messages
The plugin ID that registered this content script
Can be used by CodeMirror content scripts to post a message to the plugin
When a content script is initialised, it receives a
context
object.