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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |