Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Vad är Open link in this tab?
Open link in this tab är en Chrome-tillägg utvecklad av https://wis.am, och dess huvudfunktion är "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Tilläggsskärmbilder
Ladda ner Open link in this tab-förlängningens CRX-fil
Ladda ner Open link in this tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Grundläggande Information om Tillägg
Namn | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
Officiell webbadress | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Beskrivning | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Filstorlek | 11.94 KB |
Antal Installationer | 83 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-08-24 |
Publiceringsdatum | 2021-08-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://wis.am |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://wis.am/browser-extensions/open-link-in-this-tab |
Hjälpsida URL | https://wis.am/browser-extensions/open-link-in-this-tab |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |