Applicationator
This extension will prevent application.ica from being renamed (1), (2) etc.
什么是Applicationator?
Applicationator是由rjbuch1开发的Chrome扩展程序,该扩展的主要功能是“This extension will prevent application.ica from being renamed (1), (2) etc.”。
下载Applicationator扩展crx文件
下载Applicationator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Applicationator is used to prevent multiple copies of Application.ica from being generated. The plugin was generated due to a known issue with Google Chrome relating to a virtually hosted software solution. 扩展基本信息
| 名称 | |
| ID | mcgkhagoiocdjdlkncglhgcoakmbfcjk |
| 官方URL | https://chrome.google.com/webstore/detail/applicationator/mcgkhagoiocdjdlkncglhgcoakmbfcjk |
| 简介 | This extension will prevent application.ica from being renamed (1), (2) etc. |
| 文件大小 | 6.45 KB |
| 安装次数 | 51 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-01-25 |
| 上架时间 | 2017-01-25 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | rjbuch1 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Applicationator",
"description": "This extension will prevent application.ica from being renamed (1), (2) etc.",
"version": "1.0",
"minimum_chrome_version": "26.0.1428",
"background": {
"scripts": [
"application.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"downloads"
],
"manifest_version": 2
} | |