File splitter

Divide text files easily with the File splitter

File splitter là gì?

File splitter là một tiện ích mở rộng Chrome được phát triển bởi Adriano Chambel, và tính năng chính của nó là "Divide text files easily with the File splitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng File splitter

Tải xuống các tệp mở rộng File splitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
URL Chính Thức https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
Mô tả Divide text files easily with the File splitter
Kích Thước Tệp 680 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-02
Ngày Phát Hành 2016-08-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adriano Chambel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}