FC2 Upload Ext

FC2 blog's file uploader is made easy-to-use.

What is FC2 Upload Ext?

FC2 Upload Ext is a Chrome extension developed by https://fc2ist.blog.fc2.com, and its main feature is "FC2 blog's file uploader is made easy-to-use.".

Extension Screenshots

screenshot

Download FC2 Upload Ext Extension CRX File

Download FC2 Upload Ext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name FC2 Upload Ext FC2 Upload Ext
ID hpinmpnccaooddkofleabfaecnmfemlk
Official URL https://chromewebstore.google.com/detail/fc2-upload-ext/hpinmpnccaooddkofleabfaecnmfemlk
Description FC2 blog's file uploader is made easy-to-use.
File Size 226 KB
Installation Count 258
Current Version 1.0.1
Last Updated 2012-09-13
Publish Date 2012-09-13
Rating 3.00/5 Total 3 Ratings
Developer https://fc2ist.blog.fc2.com
Payment Type free
Supported Languages de,en,fr,es,ru,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FC2 Upload Ext",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "offline_enabled": false,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/control.blog.fc2.com\/*"
            ],
            "js": [
                "js\/jquery-1.8.1.min.js",
                "js\/jsrender.js",
                "js\/bootstrap.min.js",
                "js\/upload.js"
            ]
        }
    ],
    "author": {
        "name": "moi",
        "twitter": "@moi_fc2"
    },
    "licenses": [
        {
            "type": "MIT"
        }
    ],
    "web_accessible_resources": [
        "css\/bootstrap.min.css",
        "css\/jquery.fileupload-ui.css",
        "css\/upload.css"
    ]
}