File splitter

Divide text files easily with the File splitter

Vad är File splitter?

File splitter är en Chrome-tillägg utvecklad av Adriano Chambel, och dess huvudfunktion är "Divide text files easily with the File splitter".

Tilläggsskärmbilder

screenshot

Ladda ner File splitter-förlängningens CRX-fil

Ladda ner File splitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn File splitter File splitter
ID pchinoolnkphgikfonmfknefckcdgejg
Officiell webbadress https://chromewebstore.google.com/detail/file-splitter/pchinoolnkphgikfonmfknefckcdgejg
Beskrivning Divide text files easily with the File splitter
Filstorlek 680 KB
Antal Installationer 172
Aktuell Version 1.1
Senast Uppdaterad 2016-08-02
Publiceringsdatum 2016-08-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Adriano Chambel
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}