Overwrite Launch.ica
Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.
Overwrite Launch.icaとは何ですか?
Overwrite Launch.icaはsrliaoによって開発されたChromeの拡張機能で、その主な機能は「Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface.」です。
Overwrite Launch.ica拡張機能のCRXファイルをダウンロード
Overwrite Launch.ica拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. Avoid having launch.ica, launch (1).ica etc... Forked from: Downloads Overwrite Already Existing Files
拡張機能の基本情報
名前 | |
ID | janehbdgclololbmnldeddeeplmpkoco |
公式URL | https://chrome.google.com/webstore/detail/overwrite-launchica/janehbdgclololbmnldeddeeplmpkoco |
説明 | Auto overwrite download if filename is launch.ica or mime type = application/x-ica. Used to launch Citrix app from web interface. |
ファイルサイズ | 36.78 KB |
インストール数 | 10,000 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-04-04 |
公開日 | 2017-04-04 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | srliao |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwrite Launch.ica", "short_name": "Overwrite Launch.ica", "description": "Auto overwrite download if filename is launch.ica or mime type = application\/x-ica. Used to launch Citrix app from web interface.", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/srliao\/overwrite-launch-ica", "minimum_chrome_version": "26.0.1428", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ] } |