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                    

扩展基本信息

名称 Overwrite Launch.ica Overwrite Launch.ica
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"
    ]
}