Freemix

Quickly remix images on the web.

ما هو Freemix؟

Freemix هو إضافة Chrome تم تطويرها بواسطة http://freemix.com، والميزة الرئيسية لها هي "Quickly remix images on the web.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Freemix

قم بتنزيل ملفات الامتداد Freemix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}