linkward 作者: sapn95
Asks which container to open a link in — before it opens. Or just copies the URL and opens nothing.
也可在 Firefox for Android™ 使用也可在 Firefox for Android™ 使用
掃描 QR Code,即可在 Firefox for Android 當中開啟此擴充套件
擴充套件後設資料
畫面擷圖
關於此擴充套件
linkward asks where a link should open, before it opens.
Click a link in Slack, Outlook, a PDF or the terminal and Firefox opens it wherever it happens to land — usually in no container at all. By the time you notice, the page has loaded and the wrong session has already seen it.
linkward stops the request before it is sent, and asks:
• Open it in a container. Yours are listed, and the one you used last is offered first.
• Open it without a container.
• Copy the link and open nothing. Sometimes the answer is "not now", or "not in this account".
• Close the tab and forget it.
• Tick "remember this host" and it stops asking for that site.
Nothing is fetched until you have chosen. That is the part Firefox can do and Chrome cannot: the navigation is held in webRequest.onBeforeRequest, so the server never hears about the link until you have said where it should go. The Chrome build of linkward can only redirect the tab a moment after it has started, and has no containers to offer at all.
linkward reads no page content, has no server behind it, and sends nothing anywhere. Its settings live in your browser. The permission it needs to watch navigations is asked for only when you switch the feature on, and handed straight back when you switch it off.
Open source, MIT licensed: https://github.com/sapn95/linkward
Click a link in Slack, Outlook, a PDF or the terminal and Firefox opens it wherever it happens to land — usually in no container at all. By the time you notice, the page has loaded and the wrong session has already seen it.
linkward stops the request before it is sent, and asks:
• Open it in a container. Yours are listed, and the one you used last is offered first.
• Open it without a container.
• Copy the link and open nothing. Sometimes the answer is "not now", or "not in this account".
• Close the tab and forget it.
• Tick "remember this host" and it stops asking for that site.
Nothing is fetched until you have chosen. That is the part Firefox can do and Chrome cannot: the navigation is held in webRequest.onBeforeRequest, so the server never hears about the link until you have said where it should go. The Chrome build of linkward can only redirect the tab a moment after it has started, and has no containers to offer at all.
linkward reads no page content, has no server behind it, and sends nothing anywhere. Its settings live in your browser. The permission it needs to watch navigations is asked for only when you switch the feature on, and handed straight back when you switch it off.
Open source, MIT licensed: https://github.com/sapn95/linkward
由 1 位評論者給出 0 分
權限與資料
更多資訊