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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}