Freemix

Quickly remix images on the web.

Cos'è Freemix?

Freemix è un'estensione di Chrome sviluppata da http://freemix.com, e la sua funzione principale è "Quickly remix images on the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Freemix

Scarica i file di estensione Freemix 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

                        Quickly and powerfully remix images directly inside the browser. 

add a  "Remix This"  button to any image on the web, click it to launch the Freemix image remixing tool.

 Quickly remix, mashup, and collage your image with the massive library of user uploaded images found on Freemix.                    

Informazioni di Base sull'Estensione

Nome Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
URL Ufficiale https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
Descrizione Quickly remix images on the web.
Dimensione del File 484 KB
Conteggio Installazioni 100
Versione Corrente 1.0
Ultimo Aggiornamento 2015-10-06
Data di Pubblicazione 2015-10-06
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore http://freemix.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.freemix.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freemix",
    "description": "Quickly remix images on the web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "\/img\/logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/freemixthis.css"
            ],
            "js": [
                "\/3rdparty\/jquery.min.js",
                "\/contentscripts\/freemix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/img\/logo.png",
        "\/img\/closeCross.svg",
        "\/img\/loading.gif"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/freemix.com\/",
        "https:\/\/www.freemix.com\/",
        "https:\/\/dev.freemix.com:8000\/",
        "storage",
        "browsingData"
    ]
}