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 36 * https://developer.chrome.com/extensions/declarativeContent
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close