Opens external links in a new tab
Opens external links in a new tab
Cos'è Opens external links in a new tab?
Opens external links in a new tab è un'estensione di Chrome sviluppata da Celtis Ltd, e la sua funzione principale è "Opens external links in a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Opens external links in a new tab
Scarica i file di estensione Opens external links in a new 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 small extension converts all external links to be opened in a new tab. This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.
Informazioni di Base sull'Estensione
Nome | Opens external links in a new tab |
ID | dmcplcjakmobkeanofhphpjecbpjicka |
URL Ufficiale | https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka |
Descrizione | Opens external links in a new tab |
Dimensione del File | 28.99 KB |
Conteggio Installazioni | 1,145 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-08-21 |
Data di Pubblicazione | 2015-08-21 |
Valutazione | 2.67/5 Totale 12 Valutazioni |
Sviluppatore | Celtis Ltd |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opens external links in a new tab", "version": "1.0", "manifest_version": 2, "description": "Opens external links in a new tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/targetFixer.js" ] } ] } |