File splitter

File splitter

Divide text files easily with the File splitter

Merlin
Additional files are visible only to premium users

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 <[email protected]>",
  "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'"
}