diff --git a/images/chrome-icon.svg b/images/chrome-icon.svg new file mode 100644 index 0000000..03b2fec --- /dev/null +++ b/images/chrome-icon.svg @@ -0,0 +1,28 @@ + + + + + chrome-color + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/firefox-icon.svg b/images/firefox-icon.svg new file mode 100644 index 0000000..57de078 --- /dev/null +++ b/images/firefox-icon.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json index 68de9f4..bcc750d 100644 --- a/manifest.json +++ b/manifest.json @@ -147,7 +147,8 @@ "32": "/images/icon.png", "48": "/images/icon.png", "128": "/images/icon.png" - } + }, + "default_popup": "/popup.html" }, "icons": { "16": "/images/icon.png", diff --git a/popup.html b/popup.html index 4928435..70500ea 100644 --- a/popup.html +++ b/popup.html @@ -13,6 +13,17 @@
+ quick links +
+ Settings + Debug +
+ Chrome Webstore + Chrome Webstore +
+ +
+ extract texture from item
diff --git a/popup.js b/popup.js index 7eb6460..fa14027 100644 --- a/popup.js +++ b/popup.js @@ -2,6 +2,8 @@ ParseGLB & GetTexture function code made by ChatGPT (I didn't want to use external libraries because of storage space) */ +document.getElementById('settings-btn').href = chrome.runtime.getURL('settings.html') + const ExtractButton = document.getElementById('extract-texture') ExtractButton.addEventListener('click', async function(){