From 8b8ed58f205177ada07ff05b3eb25c70446665e6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 6 Mar 2024 15:21:03 +0100 Subject: [PATCH] Chrome Extension - Adding link and install information from the API page --- changedetectionio/templates/settings.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 508f49b2..d72a9265 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -168,12 +168,12 @@ nav
- +

API Access

Drive your changedetection.io via API, More about API access here

{{ render_checkbox_field(form.application.form.api_access_token_enabled) }} -
Restrict API access limit by using x-api-key header

+
Restrict API access limit by using x-api-key header - required for the Chrome Extension to work


API Key {{api_key}}
@@ -181,6 +181,20 @@ nav +
+

Chrome Extension

+

Easily add any web-page to your changedetection.io installation from within Chrome.

+ Step 1 Install the extension, Step 2 Navigate to this page, + Step 3 Open the extension from the toolbar and click "Sync API Access" +

+ + + Chrome Webstore + +

+