Just Print

Web print at Carleton College made easy.

Cos'è Just Print?

Just Print è un'estensione di Chrome sviluppata da dpikt, e la sua funzione principale è "Web print at Carleton College made easy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Just Print

Scarica i file di estensione Just Print 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 Just Print Just Print
ID kpkbjbgijemjeodkeocdjknhdcdmkmdf
URL Ufficiale https://chrome.google.com/webstore/detail/just-print/kpkbjbgijemjeodkeocdjknhdcdmkmdf
Descrizione Web print at Carleton College made easy.
Dimensione del File 107 KB
Conteggio Installazioni 917
Versione Corrente 2.0.8
Ultimo Aggiornamento 2017-01-31
Data di Pubblicazione 2017-01-31
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore dpikt
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CarletonDevX/web-print
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Print",
    "short_name": "JFP",
    "description": "Web print at Carleton College made easy.",
    "version": "2.0.8",
    "permissions": [
        "https:\/\/print.ads.carleton.edu:9192\/",
        "http:\/\/45.55.59.57\/",
        "geolocation"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "JFP"
    }
}