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