Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 871 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 871 Bytes

Feature

Restrict URL

When open a new URL which in your configured list:

  • If there is a tab already opened with the same domain name. The tab will be refreshed to the new URL. Instead of the new URL open in another new tab.
  • If there is no tab opened with the same domain name. The new URL will open in a new tab as usual.

Extract URL

If the input to address bar is matched by regexps configured in options. The tab will open the url matched.

Change Log

v2023.06.13.23

  • [A] extract url;

v2023.03.04.20

  • [U] optimize options page;
  • [F] fix redundant notifications;
  • [F] fix daemon.js undefined bug;
  • [F] fix js background trigger onSendHeader;

v2023.03.03.04

  • [A] support multiple domain config;