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