Skip to content

Releases: JRTaylord/NotebookLMFilterExtension

v1.3.0 Localization

Choose a tag to compare

@JRTaylord JRTaylord released this 22 Nov 19:54

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder

Changelog

  • Added in localization for
    • en - English
    • de - German
    • es - Spanish
    • fr - French
    • hi - Hindi
    • ja - Japanese
    • pt_BR - Portuguese, Brazilian
    • zh_TW - Chinese, Traditional

v1.2.0 Saving chosen filter between sessions

Choose a tag to compare

@JRTaylord JRTaylord released this 03 Nov 17:15

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder

Changelog

  • Added in selected filter being saved between sessions
  • Removed duplicated render calls in popup

v1.1.2 - Permission edits for Chrome Store approval

Choose a tag to compare

@JRTaylord JRTaylord released this 14 Oct 03:23

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder

Changelog

  • Removed scripting permissions for Chrome Store approval
  • Added proper version numbers in manifest.json to match releases
  • Fixed bug with pointer cursor on hover over filter text

v1.1.1 - Removed active filter from sync storage

Choose a tag to compare

@JRTaylord JRTaylord released this 06 Oct 02:11

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder

Changelog

  • Removed Active Filter from sync storage because it's not used between sessions and doesn't need to be stored there

v1.1.0 - Feature Addition & Quality of Life

Choose a tag to compare

@JRTaylord JRTaylord released this 04 Oct 09:00

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder

Changelog

  • Removed default filter selection on page load
  • Filter selection now persists when switching between list and card views
  • Fixed dark mode button text color to match Material Design guidelines
  • Added Chrome sync support for filters across browsers (requires cross-browser-instance testing)
  • Added automated tests for filter functionality (add, select, use)

v1.0.0 - Initial Release

Choose a tag to compare

@JRTaylord JRTaylord released this 02 Oct 10:53

Installation

  1. Download NotebookLMFilterExtension.zip
  2. Unzip the file
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" (toggle in top-right)
  5. Click "Load unpacked" (button in top-left)
  6. Select the unzipped NotebookLMFilterExtension folder