316
edits
(Added note about when scripts are run be overlay loader) |
(Address book WE API is not in TB 60.) |
||
Line 18: | Line 18: | ||
Details: WebExtensions have a manifest.json. As documented on [https://thunderbird-webextensions.readthedocs.io/en/latest/ Thunderbird WebExtension APIs], the following WebExtension APIs are available in Thunderbird: | Details: WebExtensions have a manifest.json. As documented on [https://thunderbird-webextensions.readthedocs.io/en/latest/ Thunderbird WebExtension APIs], the following WebExtension APIs are available in Thunderbird: | ||
* Tabs and Windows API, {{bug|1455471}}, TB 60 and TB 63+ | * Tabs and Windows API, {{bug|1455471}}, TB 60 and TB 63+ | ||
* Address Book API, {{bug|1469238}}, TB | * Address Book API, {{bug|1469238}}, TB 64+ | ||
* FileLink API, {{bug|1481052}}, TB 64+, will be in TB 60.4 | * FileLink API, {{bug|1481052}}, TB 64+, will be in TB 60.4 | ||
* Toolbar buttons WebExtensions API, {{bug|1487008}}, TB 64+ | * Toolbar buttons WebExtensions API, {{bug|1487008}}, TB 64+ | ||
* Folder tab (3-pane) API, {{bug|1499617}}, in preparation | * Folder tab (3-pane) API, {{bug|1499617}}, in preparation | ||
* Composition API, {{bug|1503423}}, in preparation | * Composition API, {{bug|1503423}}, in preparation | ||
* And more, check meta-{{bug|1396172}} | * And more, check meta-{{bug|1396172}} | ||
=== Bootstrapped extensions === | === Bootstrapped extensions === |
edits