Print this frame
You can print only the selected frame in frameset HTML page.
Cos'è Print this frame?
Print this frame è un'estensione di Chrome sviluppata da リュウド株式会社, e la sua funzione principale è "You can print only the selected frame in frameset HTML page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Print this frame
Scarica i file di estensione Print 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
You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses Informazioni di Base sull'Estensione
| Nome | |
| ID | fhbgbbhbbembdpcfdfaimpefpknkdoaf |
| URL Ufficiale | https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf |
| Descrizione | You can print only the selected frame in frameset HTML page. |
| Dimensione del File | 16.51 KB |
| Conteggio Installazioni | 29,337 |
| Versione Corrente | 0.3.1 |
| Ultimo Aggiornamento | 2022-10-12 |
| Data di Pubblicazione | 2019-07-04 |
| Valutazione | 4.27/5 Totale 11 Valutazioni |
| Sviluppatore | リュウド株式会社 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "0.3.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"activeTab",
"scripting"
]
} | |