Lane Exension Manager

The all in one extension manager you whish existed.

What is Lane Exension Manager?

Lane Exension Manager is a Chrome extension developed by Codebeast, and its main feature is "The all in one extension manager you whish existed.".

Extension Screenshots

Download Lane Exension Manager Extension CRX File

Download Lane Exension Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension for managing other Chrome extensions.

- Set and unset the default New Tab extension
- Enable and disable extensions faster                    

Extension Basic Information

Name Lane Exension Manager Lane Exension Manager
ID bhjopkgpoblbldbfoliglbnahhjjojfc
Official URL https://chromewebstore.google.com/detail/lane-exension-manager/bhjopkgpoblbldbfoliglbnahhjjojfc
Description The all in one extension manager you whish existed.
File Size 170 KB
Installation Count 31
Current Version 0.2
Last Updated 2019-07-01
Publish Date 2019-06-30
Developer Codebeast
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Lane",
    "name": "Lane Exension Manager",
    "description": "The all in one extension manager you whish existed.",
    "browser_action": {
        "default_icon": "l.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "l.png",
        "48": "l.png",
        "128": "l.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "tabs",
        "management"
    ],
    "manifest_version": 2,
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}