Applicationator
This extension will prevent application.ica from being renamed (1), (2) etc.
What is Applicationator?
Applicationator is a Chrome extension developed by rjbuch1, and its main feature is "This extension will prevent application.ica from being renamed (1), (2) etc.".
Download Applicationator Extension CRX File
Download Applicationator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | mcgkhagoiocdjdlkncglhgcoakmbfcjk |
Official URL | https://chrome.google.com/webstore/detail/applicationator/mcgkhagoiocdjdlkncglhgcoakmbfcjk |
Description | This extension will prevent application.ica from being renamed (1), (2) etc. |
File Size | 6.45 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | rjbuch1 |
Payment Type | free |
Supported Languages | 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 } |