Freemix

Quickly remix images on the web.

Freemix là gì?

Freemix là một tiện ích mở rộng Chrome được phát triển bởi http://freemix.com, và tính năng chính của nó là "Quickly remix images on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freemix

Tải xuống các tệp mở rộng Freemix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
URL Chính Thức https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
Mô tả Quickly remix images on the web.
Kích Thước Tệp 484 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-10-06
Ngày Phát Hành 2015-10-06
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://freemix.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.freemix.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}