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.                    

拡張機能の基本情報

名前 Applicationator Applicationator
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
}