This Frame
Lets you open a frame in a new tab, a new window, or extract its URL.
Cos'è This Frame?
This Frame è un'estensione di Chrome sviluppata da iisisoft, e la sua funzione principale è "Lets you open a frame in a new tab, a new window, or extract its URL.".
Scarica il file CRX dell'estensione This Frame
Scarica i file di estensione This Frame 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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | kojdncoigaceddhffgjhpmfnblpgabmj |
URL Ufficiale | https://chrome.google.com/webstore/detail/this-frame/kojdncoigaceddhffgjhpmfnblpgabmj |
Descrizione | Lets you open a frame in a new tab, a new window, or extract its URL. |
Dimensione del File | 4.04 KB |
Conteggio Installazioni | 866 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-02-25 |
Data di Pubblicazione | 2017-02-25 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | iisisoft |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background_page.js" ] }, "default_locale": "en" } |