ADF Refresh

Refresh any Oracle ADF page by removing all its parameters.

Co je ADF Refresh?

ADF Refresh je rozšíření Chrome vyvinuté https://pratikabu.com, a jeho hlavní funkcí je „Refresh any Oracle ADF page by removing all its parameters.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ADF Refresh

Stáhněte si soubory rozšíření ADF Refresh ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ADF Refresh ADF Refresh
ID fhphjonnghmhhgbcglgmeonaapfhejbh
Oficiální URL https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh
Popis Refresh any Oracle ADF page by removing all its parameters.
Velikost souboru 25.38 KB
Počet instalací 35
Aktuální Verze 2.0
Poslední Aktualizace 2022-03-14
Datum Vydání 2013-06-03
Hodnocení 4.00/5 Celkem 9 Hodnocení
Vývojář https://pratikabu.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pratikabu/adfrefresh
URL Stránky Nápovědy https://github.com/pratikabu/adfrefresh
Podporované Jazyky 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"
    ]
}