Open doew opened 3 weeks ago
Fixes #1
Add option to include specific path or path prefix for highlight key.
src/background.js
chrome.tabs.onUpdated.addListener
hostSettings
chrome.storage.sync.get
src/options.js
document.getElementById('settingsForm').addEventListener('submit')
chrome.storage.sync.set
src/popup.js
saveSettings
src/options.html
settingsForm
src/popup.html
info
For more details, open the Copilot Workspace session.
Fixes #1
Add option to include specific path or path prefix for highlight key.
src/background.js
chrome.tabs.onUpdated.addListener
to check for path or path prefix in addition to host when retrievinghostSettings
.chrome.storage.sync.get
callback to include path or path prefix inhostSettings
retrieval.src/options.js
document.getElementById('settingsForm').addEventListener('submit')
.chrome.storage.sync.get
andchrome.storage.sync.set
to handle path or path prefix-based settings.src/popup.js
saveSettings
function.chrome.storage.sync.get
andchrome.storage.sync.set
to handle path or path prefix-based settings.src/options.html
settingsForm
.src/popup.html
info
div.For more details, open the Copilot Workspace session.