Open Selected URLs In New Tabs Context Menu
Open Selected URLs In New Tabs Context Menu
Cos'è Open Selected URLs In New Tabs Context Menu?
Open Selected URLs In New Tabs Context Menu è un'estensione di Chrome sviluppata da budajeff, e la sua funzione principale è "Open Selected URLs In New Tabs Context Menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Selected URLs In New Tabs Context Menu
Scarica i file di estensione Open Selected URLs In New Tabs Context Menu 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
A right-click context menu item that opens every URL in the selected text in a new browser tab
Informazioni di Base sull'Estensione
Nome | Open Selected URLs In New Tabs Context Menu |
ID | kedjenkbifoahbkaopeeajelknppcjfk |
URL Ufficiale | https://chromewebstore.google.com/detail/open-selected-urls-in-new/kedjenkbifoahbkaopeeajelknppcjfk |
Descrizione | Open Selected URLs In New Tabs Context Menu |
Dimensione del File | 6.12 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2020-01-18 |
Data di Pubblicazione | 2020-01-18 |
Sviluppatore | budajeff |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.1", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "128": "icon128.png" }, "browser_action": { "default_title": "" }, "background": { "persistent": false, "scripts": [ "background.js", "contentScript.js" ] }, "default_locale": "en", "permissions": [ "contextMenus", "activeTab", " |