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"
]
}
]
} | |