package ezjs_extension

  1. Overview
  2. Docs
Binding for Chrome and Firefox extension API

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=0d1dc7175a620eb50c07f2bbe0531533
sha512=5742b4e64398533c95291fe7c9b5ed3e264214dee7522fec1a0074766afd40e633aa1ceea16cbc6923ab80d737a15c13b50b96d4ddf8fad8ec74c30816877c9a

doc/src/ezjs_extension.chrome/chrome.ml.html

Source file chrome.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Utils = Extension_utils
module Runtime = Runtime_chrome
module Tabs = Tabs_chrome
module Storage = Storage_chrome
module Windows = Windows_chrome
module I18n = I18n_chrome
module Browser_action = Browser_action_chrome

let runtime = Runtime.runtime
let storage = Storage.storage
let sync = Storage.sync
let local = Storage.local
let tabs = Tabs.tabs
let windows = Windows.windows
let i18n = I18n.i18n
OCaml

Innovation. Community. Security.