Terminal Adder

Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.

What is Terminal Adder?

Terminal Adder is a Chrome extension developed by shavyg2, and its main feature is "Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.".

Download Terminal Adder Extension CRX File

Download Terminal Adder 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

                        Save time adding Terminals                    

Extension Basic Information

Name Terminal Adder Terminal Adder
ID cigjpmpalpnhigpbcfgfcaedboanmldn
Official URL https://chrome.google.com/webstore/detail/terminal-adder/cigjpmpalpnhigpbcfgfcaedboanmldn
Description Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.
File Size 51.87 KB
Installation Count 61
Current Version 1.0.2
Last Updated 2014-07-30
Publish Date 2014-07-30
Rating 3.00/5 Total 1 Ratings
Developer shavyg2
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terminal Adder",
    "description": "Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.",
    "version": "1.0.2",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.i3vu.com\/*"
            ],
            "js": [
                "easypieContent.js"
            ]
        }
    ]
}