From 437e795c640f83927ad504075c4b67b876e9fb26 Mon Sep 17 00:00:00 2001 From: Temp-Simon Date: Tue, 25 Jul 2023 00:23:38 +0200 Subject: [PATCH] Added version print --- src/content-scripts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content-scripts.js b/src/content-scripts.js index fe26ee1..91e17a1 100644 --- a/src/content-scripts.js +++ b/src/content-scripts.js @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +console.log("Version v1.1.0-alpha loaded!"); + import { getFolderId, getImagesFromClipboardItems } from "./imageProcessor"; const url = document.location.pathname + "/upload";