ADF Refresh

Refresh any Oracle ADF page by removing all its parameters.

Wat is ADF Refresh?

ADF Refresh is een Chrome-extensie ontwikkeld door https://pratikabu.com, en de belangrijkste functie is "Refresh any Oracle ADF page by removing all its parameters.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ADF Refresh

Download ADF Refresh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ADF Refresh ADF Refresh
ID fhphjonnghmhhgbcglgmeonaapfhejbh
Officiële URL https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh
Beschrijving Refresh any Oracle ADF page by removing all its parameters.
Bestandsgrootte 25.38 KB
Aantal Installaties 35
Huidige Versie 2.0
Laatst Bijgewerkt 2022-03-14
Publicatiedatum 2013-06-03
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://pratikabu.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pratikabu/adfrefresh
Help Pagina-URL https://github.com/pratikabu/adfrefresh
Ondersteunde Talen 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"
    ]
}