File splitter

Divide text files easily with the File splitter

File splitterคืออะไร?

File splitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adriano Chambel และคุณลักษณะหลักของมันคือ "Divide text files easily with the File splitter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File splitter

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}