Link in Current Tab
Force all links to be opened in current tab instead of the new one
Cos'è Link in Current Tab?
Link in Current Tab è un'estensione di Chrome sviluppata da SAGAN, e la sua funzione principale è "Force all links to be opened in current tab instead of the new one".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link in Current Tab
Scarica i file di estensione Link in Current Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension forces all links to be opened in the current tab. It does it in a way that should work in ALL websites, even if the sites that load contents dynamically via AJAX. Note You can still open a link in the new tab at any time, by clicking a link when holding the "Ctrl" key, or using the middle mouse button to open a link. 无视页面里 a 链接的 target="_blank" 属性, 强制所有链接在当前 tab 页打开.
Informazioni di Base sull'Estensione
Nome | Link in Current Tab |
ID | cbkcdebbfbegnmbephalggnchfebihbl |
URL Ufficiale | https://chromewebstore.google.com/detail/link-in-current-tab/cbkcdebbfbegnmbephalggnchfebihbl |
Descrizione | Force all links to be opened in current tab instead of the new one |
Dimensione del File | 3.46 KB |
Conteggio Installazioni | 194 |
Versione Corrente | 1.0.11 |
Ultimo Aggiornamento | 2023-12-21 |
Data di Pubblicazione | 2018-06-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | SAGAN |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sagan/chrome-extension-link-in-current-tab |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link in Current Tab", "description": "Force all links to be opened in current tab instead of the new one", "version": "1.0.11", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ] } |