ADF Refresh
Refresh any Oracle ADF page by removing all its parameters.
ADF Refreshคืออะไร?
ADF Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pratikabu.com และคุณลักษณะหลักของมันคือ "Refresh any Oracle ADF page by removing all its parameters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ADF Refresh
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |