ADF Refresh
Refresh any Oracle ADF page by removing all its parameters.
ADF Refresh là gì?
ADF Refresh là một tiện ích mở rộng Chrome được phát triển bởi https://pratikabu.com, và tính năng chính của nó là "Refresh any Oracle ADF page by removing all its parameters.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ADF Refresh
Tải xuống các tệp mở rộng ADF Refresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ADF Refresh |
ID | fhphjonnghmhhgbcglgmeonaapfhejbh |
URL Chính Thức | https://chromewebstore.google.com/detail/adf-refresh/fhphjonnghmhhgbcglgmeonaapfhejbh |
Mô tả | Refresh any Oracle ADF page by removing all its parameters. |
Kích Thước Tệp | 25.38 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2022-03-14 |
Ngày Phát Hành | 2013-06-03 |
Đánh Giá | 4.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://pratikabu.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pratikabu/adfrefresh |
URL Trang Trợ Giúp | https://github.com/pratikabu/adfrefresh |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |