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.
Qu'est-ce que Open link in this tab ?
Open link in this tab est une extension Chrome développée par https://wis.am, et sa fonction principale est "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open link in this tab
Téléchargez les fichiers d'extension Open link in this tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL Officiel | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
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. |
Taille du Fichier | 11.94 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-08-24 |
Date de Publication | 2021-08-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://wis.am |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wis.am/browser-extensions/open-link-in-this-tab |
URL de la Page d'Aide | https://wis.am/browser-extensions/open-link-in-this-tab |
Langues Prises en Charge | 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" } } |