File splitter

Divide text files easily with the File splitter

What is File splitter?

File splitter is a Chrome extension developed by Adriano Chambel, and its main feature is "Divide text files easily with the File splitter".

Extension Screenshots

screenshot

Download File splitter Extension CRX File

Download File splitter 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

                        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.                    

Extension Basic Information

Name File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
Official URL https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
Description Divide text files easily with the File splitter
File Size 680 KB
Installation Count 172
Current Version 1.1
Last Updated 2016-08-02
Publish Date 2016-08-02
Rating 5.00/5 Total 2 Ratings
Developer Adriano Chambel
Email [email protected]
Payment Type free
Supported Languages 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'"
}