Liking cljdoc? Tell your friends :D

chromex.ext.declarative-content

clj

Use the chrome.declarativeContent API to take actions depending on the content of a page, without requiring permission to read the page's content.

Use the chrome.declarativeContent API to take actions depending on the content of a page, without requiring permission to
read the page's content.

  * available since Chrome 33
  * https://developer.chrome.com/extensions/declarativeContent
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

on-page-changed*cljs

(on-page-changed* config channel & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.declarative-content namespace.

Taps all valid non-deprecated events in chromex.ext.declarative-content namespace.
sourceraw docstring

tap-on-page-changed-eventsclj/smacro

(tap-on-page-changed-events channel & args)

Events will be put on the |channel| with signature [::on-page-changed []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

https://developer.chrome.com/extensions/declarativeContent#event-onPageChanged.

Events will be put on the |channel| with signature [::on-page-changed []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

https://developer.chrome.com/extensions/declarativeContent#event-onPageChanged.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close