ADF Refresh
Refresh any Oracle ADF page by removing all its parameters.
Cos'è ADF Refresh?
ADF Refresh è un'estensione di Chrome sviluppata da https://pratikabu.com, e la sua funzione principale è "Refresh any Oracle ADF page by removing all its parameters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ADF Refresh
Scarica i file di estensione ADF Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ADF Refresh |
ID | fhphjonnghmhhgbcglgmeonaapfhejbh |
URL Ufficiale | https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh |
Descrizione | Refresh any Oracle ADF page by removing all its parameters. |
Dimensione del File | 25.38 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-03-14 |
Data di Pubblicazione | 2013-06-03 |
Valutazione | 4.00/5 Totale 9 Valutazioni |
Sviluppatore | https://pratikabu.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pratikabu/adfrefresh |
URL della Pagina di Aiuto | https://github.com/pratikabu/adfrefresh |
Lingue Supportate | 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" ] } |