Freemix

Quickly remix images on the web.

Freemix क्या है?

Freemix http://freemix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly remix images on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Freemix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
आधिकारिक URL https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
विवरण Quickly remix images on the web.
फ़ाइल का आकार 484 KB
स्थापना संख्या 100
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-06
प्रकाशन तिथि 2015-10-06
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर http://freemix.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.freemix.com
समर्थित भाषाएँ 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"
    ]
}