4chan Image Resizer

Resize images on 4chan by drag-and-drop! :)

Cos'è 4chan Image Resizer?

4chan Image Resizer è un'estensione di Chrome sviluppata da ingfy.svalestup, e la sua funzione principale è "Resize images on 4chan by drag-and-drop! :)".

Scarica il file CRX dell'estensione 4chan Image Resizer

Scarica i file di estensione 4chan Image Resizer 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

                        Resize images on 4chan by drag-and-drop! :)                    

Informazioni di Base sull'Estensione

Nome 4chan Image Resizer 4chan Image Resizer
ID daefemigpgiohngoikfiffojhachhmbm
URL Ufficiale https://chrome.google.com/webstore/detail/4chan-image-resizer/daefemigpgiohngoikfiffojhachhmbm
Descrizione Resize images on 4chan by drag-and-drop! :)
Dimensione del File 3.8 KB
Conteggio Installazioni 47
Versione Corrente 0.1
Ultimo Aggiornamento 2015-07-25
Data di Pubblicazione 2015-07-25
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore ingfy.svalestup
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4chan Image Resizer",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boards.4chan.org\/*"
            ],
            "js": [
                "ext.js"
            ]
        }
    ]
}