ADF Refresh

Refresh any Oracle ADF page by removing all its parameters.

O que é ADF Refresh?

ADF Refresh é uma extensão do Chrome desenvolvida por https://pratikabu.com, e sua principal característica é "Refresh any Oracle ADF page by removing all its parameters.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ADF Refresh

Baixe arquivos de extensão ADF Refresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ADF Refresh ADF Refresh
ID fhphjonnghmhhgbcglgmeonaapfhejbh
URL Oficial https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh
Descrição Refresh any Oracle ADF page by removing all its parameters.
Tamanho do Arquivo 25.38 KB
Contagem de Instalações 35
Versão Atual 2.0
Última Atualização 2022-03-14
Data de Publicação 2013-06-03
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor https://pratikabu.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pratikabu/adfrefresh
URL da Página de Ajuda https://github.com/pratikabu/adfrefresh
Idiomas Suportados 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"
    ]
}