Left Click Open New Tab
Left click open new tab other domain link.
Cos'è Left Click Open New Tab?
Left Click Open New Tab è un'estensione di Chrome sviluppata da macha, e la sua funzione principale è "Left click open new tab other domain link.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Left Click Open New Tab
Scarica i file di estensione Left Click Open 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
Left click open new tab, other domain link.
## v2.0.0
* add "Ignore links in embedded YouTube video players."
## v1.3
* add ignore site path by option.
http://leftclickopennewtab.blogspot.jp/ Informazioni di Base sull'Estensione
| Nome | |
| ID | biooinfaokckfkbfkjkaneejhfgfadda |
| URL Ufficiale | https://chromewebstore.google.com/detail/left-click-open-new-tab/biooinfaokckfkbfkjkaneejhfgfadda |
| Descrizione | Left click open new tab other domain link. |
| Dimensione del File | 47.16 KB |
| Conteggio Installazioni | 652 |
| Versione Corrente | 2.0.5 |
| Ultimo Aggiornamento | 2024-02-05 |
| Data di Pubblicazione | 2014-12-07 |
| Valutazione | 3.56/5 Totale 9 Valutazioni |
| Sviluppatore | macha |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery.min.js",
"js\/script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Left click open new tab other domain link.",
"name": "Left Click Open New Tab",
"permissions": [
"background",
"tabs",
"storage"
],
"background": {
"service_worker": "js\/background.js"
},
"options_page": "html\/options.html",
"manifest_version": 3,
"version": "2.0.5"
} | |