Awesome Print Button

Awesome button to open up the Chrome print page in a new tab or window.

Cos'è Awesome Print Button?

Awesome Print Button è un'estensione di Chrome sviluppata da https://upway2late.com, e la sua funzione principale è "Awesome button to open up the Chrome print page in a new tab or window.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Awesome Print Button

Scarica i file di estensione Awesome Print Button 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

                        Version 1.2.0.1 Notes: Update for Chrome 71.0.3578.98.

Version 1.0.1.9 Notes: Mandatory update to Chrome Extension Manifest version 2.

Version 1.0.1.1 Notes: Chrome 17 has been updated such that the print preview window is no longer presented in a new tab. Now the print preview window opens up in a child window in the current tab. This broke the 'open in New Window' feature. 

To compensate for this, the Awesome Print Button version 1.0.1.1 'open in New Window' option now duplicates the selected tab in a new window, and then triggers the Chrome print preview window.                    

Informazioni di Base sull'Estensione

Nome Awesome Print Button Awesome Print Button
ID bddbafgkmneiebpibclbakmdnijhgeim
URL Ufficiale https://chromewebstore.google.com/detail/awesome-print-button/bddbafgkmneiebpibclbakmdnijhgeim
Descrizione Awesome button to open up the Chrome print page in a new tab or window.
Dimensione del File 81.85 KB
Conteggio Installazioni 4,278
Versione Corrente 1.2.0.1
Ultimo Aggiornamento 2020-12-08
Data di Pubblicazione 2019-01-01
Valutazione 3.40/5 Totale 15 Valutazioni
Sviluppatore https://upway2late.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.upway2late.com/
URL della Pagina di Aiuto http://www.upway2late.com/contact
URL della Pagina della Politica sulla Privacy http://www.upway2late.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Print Button",
    "version": "1.2.0.1",
    "description": "Awesome button to open up the Chrome print page in a new tab or window.",
    "icons": {
        "16": "print_16.png",
        "48": "print_48.png",
        "128": "print_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "print_19.png",
        "default_title": "Awesome Print Button"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}