File splitter

Divide text files easily with the File splitter

Apa itu File splitter?

File splitter adalah ekstensi Chrome yang dikembangkan oleh Adriano Chambel, dan fitur utamanya adalah "Divide text files easily with the File splitter".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi File splitter

Unduh file ekstensi File splitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        1 - Choose a file
2 - Enter a maximum size for each file to generate (you can compress the result if you want).
3 - Download the generated files.                    

Informasi Dasar Ekstensi

Nama File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
URL Resmi https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
Deskripsi Divide text files easily with the File splitter
Ukuran File 680 KB
Jumlah Instalasi 172
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-08-02
Tanggal Publikasi 2016-08-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Adriano Chambel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,fr,es,it,pt-BR,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "42",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}