Берём базовое расширение:
https://javascript.ru/forum/css-html...tml#post470675
Код в content.js заменяем на
Array.prototype.forEach.call(
document.querySelectorAll('[href="/sw/Timesheet/TimesheetViev"]'),
function(element){
element.setAttribute('href', '/sw/Timesheet/TimesheetEdit')
}
);