File splitter

Divide text files easily with the File splitter

Wat is File splitter?

File splitter is een Chrome-extensie ontwikkeld door Adriano Chambel, en de belangrijkste functie is "Divide text files easily with the File splitter".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie File splitter

Download File splitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
Officiële URL https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
Beschrijving Divide text files easily with the File splitter
Bestandsgrootte 680 KB
Aantal Installaties 172
Huidige Versie 1.1
Laatst Bijgewerkt 2016-08-02
Publicatiedatum 2016-08-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Adriano Chambel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}