Freemix

Quickly remix images on the web.

Co je Freemix?

Freemix je rozšíření Chrome vyvinuté http://freemix.com, a jeho hlavní funkcí je „Quickly remix images on the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Freemix

Stáhněte si soubory rozšíření Freemix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
Oficiální URL https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
Popis Quickly remix images on the web.
Velikost souboru 484 KB
Počet instalací 100
Aktuální Verze 1.0
Poslední Aktualizace 2015-10-06
Datum Vydání 2015-10-06
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář http://freemix.com
Typ Platby free
Webové stránky Rozšíření http://www.freemix.com
Podporované Jazyky 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"
    ]
}