webextension-window-titler icon indicating copy to clipboard operation
webextension-window-titler copied to clipboard

Automatically suggest title based on tab contents

Open Chealer opened this issue 6 months ago • 0 comments

It would save some typing as well as some thinking if the title field could be prefilled with a suggestion of a few words representing the window. For example, I titled the window I am currently using "Window Titler". It would be easy to craft a simple algorithm suggesting that or something close simply by looking at my tab titles ("Firefox name window - Recherche Google", "Window Titler – Get this Extension for 🦊 Firefox (en-CA)" and "New Issue · tpamula/webextension-window-titler").

But this could of course be more advanced, leveraging meta keywords or relevant DOM elements, perhaps doing advanced linguistic analysis like recognizing "name" and "title" as synonyms, or even relying on a basic "artificial intelligence". In fact, as I write this, I realize it sounds like a good project for a university to assign a group of AI language students!

Chealer avatar Jul 31 '24 12:07 Chealer