Auto Open Links
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
Cos'è Auto Open Links?
Auto Open Links è un'estensione di Chrome sviluppata da vvveleva, e la sua funzione principale è "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
Scarica il file CRX dell'estensione Auto Open Links
Scarica i file di estensione Auto Open Links 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
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will open the first link on google in a new tab ctrl + shift + 7 : will open the first 7 links on google in a new tab If you run into any bugs, please report them at [email protected]. Thanks!
Informazioni di Base sull'Estensione
Nome | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
URL Ufficiale | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
Descrizione | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
Dimensione del File | 39.57 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-09-12 |
Data di Pubblicazione | 2015-09-12 |
Valutazione | 3.33/5 Totale 6 Valutazioni |
Sviluppatore | vvveleva |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Open Links", "version": "1.1", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "auto_open_links.js" ] } ], "web_accessible_resources": [ "auto_open_links.js" ] } |