Freemix

Quickly remix images on the web.

什麼是Freemix?

Freemix是由http://freemix.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly remix images on the web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Freemix擴展crx文件

下載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
官方網址 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"
    ]
}