FC2 Upload Ext
FC2 blog's file uploader is made easy-to-use.
Cos'è FC2 Upload Ext?
FC2 Upload Ext è un'estensione di Chrome sviluppata da https://fc2ist.blog.fc2.com, e la sua funzione principale è "FC2 blog's file uploader is made easy-to-use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FC2 Upload Ext
Scarica i file di estensione FC2 Upload Ext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                                             Informazioni di Base sull'Estensione
| Nome |  | 
| ID | hpinmpnccaooddkofleabfaecnmfemlk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/fc2-upload-ext/hpinmpnccaooddkofleabfaecnmfemlk | 
| Descrizione | FC2 blog's file uploader is made easy-to-use. | 
| Dimensione del File | 226 KB | 
| Conteggio Installazioni | 258 | 
| Versione Corrente | 1.0.1 | 
| Ultimo Aggiornamento | 2012-09-13 | 
| Data di Pubblicazione | 2012-09-13 | 
| Valutazione | 3.00/5 Totale 3 Valutazioni | 
| Sviluppatore | https://fc2ist.blog.fc2.com | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
} | |