hankxdev / one-click-extensions-manager

a simple chrome extension to manage chrome extension
MIT License
168 stars 31 forks source link

Auto-trim extension names #152

Open fregante opened 1 month ago

fregante commented 1 month ago

Context

A lot of extensions have long names that include a description, and don't care to set a short_name

Examples:

Others include unnecessary words like "Extension" and "Chrome Extension" in the name:

Proposal

Trim anything after ' - ', ' — ' (em-dash, used by Loom) and ': ' in extension names, as well any trailing Extension, Chrome Extension, Browser Extension, for Chrome etc

This could be done via option (ON by default), or let's just do it without option first and wait for complaints (if any) to come in.

Related

fregante commented 1 month ago

Actually Tango does use short_name 🎉

Screenshot 3