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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}