FC2 Upload Ext
FC2 blog's file uploader is made easy-to-use.
Wat is FC2 Upload Ext?
FC2 Upload Ext is een Chrome-extensie ontwikkeld door https://fc2ist.blog.fc2.com, en de belangrijkste functie is "FC2 blog's file uploader is made easy-to-use.".
Extensie Screenshots
Download het CRX-bestand van de extensie FC2 Upload Ext
Download FC2 Upload Ext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |  | 
| ID | hpinmpnccaooddkofleabfaecnmfemlk | 
| Officiële URL | https://chromewebstore.google.com/detail/fc2-upload-ext/hpinmpnccaooddkofleabfaecnmfemlk | 
| Beschrijving | FC2 blog's file uploader is made easy-to-use. | 
| Bestandsgrootte | 226 KB | 
| Aantal Installaties | 258 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2012-09-13 | 
| Publicatiedatum | 2012-09-13 | 
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | https://fc2ist.blog.fc2.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
} | |