File splitter

Divide text files easily with the File splitter

什么是File splitter?

File splitter是由Adriano Chambel开发的Chrome扩展程序,该扩展的主要功能是“Divide text files easily with the File splitter”。

扩展截图

screenshot

下载File splitter扩展crx文件

下载File splitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
官方URL https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
简介 Divide text files easily with the File splitter
文件大小 680 KB
安装次数 172
当前版本 1.1
更新时间 2016-08-02
上架时间 2016-08-02
评分 5.00/5 共2次评分
开发者 Adriano Chambel
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}