Freemix

Quickly remix images on the web.

Qu'est-ce que Freemix ?

Freemix est une extension Chrome développée par http://freemix.com, et sa fonction principale est "Quickly remix images on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Freemix

Téléchargez les fichiers d'extension Freemix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
URL Officiel https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
Description Quickly remix images on the web.
Taille du Fichier 484 KB
Nombre d'Installations 100
Version Actuelle 1.0
Dernière Mise à Jour 2015-10-06
Date de Publication 2015-10-06
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://freemix.com
Type de Paiement free
Site Web de l'Extension http://www.freemix.com
Langues Prises en Charge 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"
    ]
}