Skip to content

Latest commit

 

History

History
94 lines (80 loc) · 6.71 KB

readme.MD

File metadata and controls

94 lines (80 loc) · 6.71 KB

Chrome Extensions API mappings for Kotlin JS

API Mappings

Conventions: ( ✅ -> Done, 🛠️ -> WIP, ❌ -> Not done)

Name Description Status
accessibilityFeatures - ✅*
action - ✅️*
alarms -
bookmarks -
browserAction -
browsingData -
commands -
contentSettings -
contextMenus -
cookies -
debugger -
declarativeContent -
declarativeNetRequest -
desktopCapture -
devtools.inspectedWindow -
devtools.network -
devtools.panels -
devtools.recorder -
dom -
downloads -
enterprise.hardwarePlatform -
enterprise.platformKeys -
events - 🛠️
extension -
extensionTypes - 🛠
fontSettings -
gcm -
history -
i18n -
identity -
idle -
input.ime -
instanceID -
management -
notifications -
offscreen -
omnibox -
pageAction -
pageCapture -
permissions -
power -
printerProvider -
privacy -
proxy -
runtime - 🛠
scripting -
search -
sessions -
sidePanel -
storage -
system.cpu -
system.display -
system.memory -
system.storage -
tabCapture -
tabGroups -
tabs - 🛠
topSites -
tts -
ttsEngine -
types - ✅️*
webAuthenticationProxy -
webNavigation -
webRequest -
windows -

Chrome Extensions Documentation

API Reference

Calling JavaScript from Kotlin

Kotlin Dynamic type

Kotlin Frontend Gradle plugin