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
Eメール [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'"
}