Options -MultiViews
RewriteEngine On

RewriteRule ^install/([^/]+)/?$ install_route.php?extId=$1 [L,QSA]
RewriteRule ^notes/([^/]+)/?$ notes_route.php?extId=$1 [L,QSA]
RewriteRule ^uninstall/([^/]+)/?$ uninstall_route.php?extId=$1 [L,QSA]
