"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
Cos'è "This Frame" Context Menu?
"This Frame" Context Menu è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione "This Frame" Context Menu
Scarica i file di estensione "This Frame" 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
Adds a "This Frame" Context Menu. This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished. This has been updated for manifest_version 2.
Informazioni di Base sull'Estensione
Nome | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
URL Ufficiale | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Descrizione | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
Dimensione del File | 4.89 KB |
Conteggio Installazioni | 532 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2018-10-22 |
Data di Pubblicazione | 2018-10-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.", "icons": { "16": "icon16.png" }, "name": "\"This Frame\" Context Menu", "permissions": [ "tabs", "contextMenus" ], "version": "0.4", "manifest_version": 2 } |