ADF Refresh
Refresh any Oracle ADF page by removing all its parameters.
Что такое ADF Refresh?
ADF Refresh - это расширение Chrome, разработанное https://pratikabu.com, и его основная функция - "Refresh any Oracle ADF page by removing all its parameters.".
Снимки экрана расширения
Скачать файл CRX расширения ADF Refresh
Скачайте файлы расширений ADF Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you directly or indirectly works with Oracle ADF pages, and are annoyed removing query parameters to refresh the page, then this add-on is for you. It refreshes the page after removing all the query parameters. It can save you a lot of time. Caution: The logic just removes all the query parameters and refreshes the page. Be cautious on pages other than ADF.
Основная информация о расширении
Название | ADF Refresh |
ID | fhphjonnghmhhgbcglgmeonaapfhejbh |
Официальный URL | https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh |
Описание | Refresh any Oracle ADF page by removing all its parameters. |
Размер файла | 25.38 KB |
Количество установок | 35 |
Текущая Версия | 2.0 |
Последнее Обновление | 2022-03-14 |
Дата публикации | 2013-06-03 |
Рейтинг | 4.00/5 Всего 9 оценок |
Разработчик | https://pratikabu.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/pratikabu/adfrefresh |
URL страницы помощи | https://github.com/pratikabu/adfrefresh |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ADF Refresh", "version": "2.0", "manifest_version": 3, "description": "Refresh any Oracle ADF page by removing all its parameters.", "homepage_url": "https:\/\/github.com\/pratikabu\/adfrefresh", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/adfrefresh-16.png", "48": "icons\/adfrefresh-48.png", "128": "icons\/adfrefresh-128.png" }, "action": { "default_icon": { "16": "icons\/adfrefresh-16.png", "24": "icons\/adfrefresh-24.png", "48": "icons\/adfrefresh-48.png" }, "default_title": "Remove query parameters and refresh" }, "permissions": [ "activeTab" ] } |