OLD | NEW |
1 <h1>externally_connectable</h1> | 1 <h1>externally_connectable</h1> |
2 | 2 |
3 <p> | 3 <p> |
4 The <code>externally_connectable</code> manifest property declares which extensi
ons, apps, and web pages can connect to your {{platform}} via <a href="../runtim
e.html#method-connect">runtime.connect</a> and <a href="../runtime.html#method-s
endMessage">runtime.sendMessage</a>. | 4 The <code>externally_connectable</code> manifest property declares which extensi
ons, apps, and web pages can connect to your {{platform}} via <a href="../runtim
e.html#method-connect">runtime.connect</a> and <a href="../runtime.html#method-s
endMessage">runtime.sendMessage</a>. |
5 </p> | 5 </p> |
6 | 6 |
7 <p> | 7 <p> |
8 For a tutorial on message passing see <a href="../messaging.html#external">cross
-extension and app messaging</a> and <a href="../messaging.html#external-webpage
">sending messages from web pages</a>. | 8 For a tutorial on message passing see <a href="../messaging.html#external">cross
-extension and app messaging</a> and <a href="../messaging.html#external-webpage
">sending messages from web pages</a>. |
9 </p> | 9 </p> |
10 | 10 |
(...skipping 30 matching lines...) Expand all Loading... |
41 // <code>includeTlsChannelId</code> to <code>true</code> in | 41 // <code>includeTlsChannelId</code> to <code>true</code> in |
42 // $ref:runtime.connect's connectInfo or $ref:runtime.sendMessage's options. | 42 // $ref:runtime.connect's connectInfo or $ref:runtime.sendMessage's options. |
43 "accepts_tls_channel_id": false | 43 "accepts_tls_channel_id": false |
44 }, | 44 }, |
45 ... | 45 ... |
46 } | 46 } |
47 </pre> | 47 </pre> |
48 | 48 |
49 <h2 id="reference">Reference</h2> | 49 <h2 id="reference">Reference</h2> |
50 <p class="api_reference"> | 50 <p class="api_reference"> |
51 {{+partials.type @:apis.manifestTypes.byName.ExternallyConnectable}} | 51 {{+partials.type type:apis.manifestTypes.byName.ExternallyConnectable/}} |
52 </p> | 52 </p> |
OLD | NEW |