ADF Refresh
Refresh any Oracle ADF page by removing all its parameters.
什麼是ADF Refresh?
ADF Refresh是由https://pratikabu.com開發的Chrome擴展程式,該擴展的主要功能是“Refresh any Oracle ADF page by removing all its parameters.”。
擴展截圖
下載ADF Refresh擴展crx文件
下載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 |
官方網址 | 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" ] } |