Applicationator
This extension will prevent application.ica from being renamed (1), (2) etc.
ما هو Applicationator؟
Applicationator هو إضافة Chrome تم تطويرها بواسطة rjbuch1، والميزة الرئيسية لها هي "This extension will prevent application.ica from being renamed (1), (2) etc.".
تحميل ملف CRX للإضافة Applicationator
قم بتنزيل ملفات الامتداد Applicationator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |