Terminal Adder
Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.
什么是Terminal Adder?
Terminal Adder是由shavyg2开发的Chrome扩展程序,该扩展的主要功能是“Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help.”。
下载Terminal Adder扩展crx文件
下载Terminal Adder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save time adding Terminals
扩展基本信息
名称 | ![]() |
ID | cigjpmpalpnhigpbcfgfcaedboanmldn |
官方URL | https://chrome.google.com/webstore/detail/terminal-adder/cigjpmpalpnhigpbcfgfcaedboanmldn |
简介 | Terminal Adder for internal use. Use Application to add terminal quickly using V1. Message for help. |
文件大小 | 51.87 KB |
安装次数 | 61 |
当前版本 | 1.0.2 |
更新时间 | 2014-07-30 |
上架时间 | 2014-07-30 |
评分 | 3.00/5 共1次评分 |
开发者 | shavyg2 |
付费类型 | free |
支持的语言 | 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" ] } ] } |