diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index 135cdf979..096d7a3cd 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -195,21 +195,12 @@ nav
-

API Access

-

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

+

+ Chrome extension and API Access
+

-
- {{ render_checkbox_field(form.application.form.api_access_token_enabled) }} -
Restrict API access limit by using x-api-key header - required for the Chrome Extension to work

-

API Key {{api_key}} - -
-
-
- Regenerate API key -
-
-

Chrome Extension

+
+ 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" @@ -222,6 +213,20 @@ nav

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

+ {{ render_checkbox_field(form.application.form.api_access_token_enabled) }} +

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

+

API Key {{api_key}} + +
+

+ Regenerate API key +

+
+