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
电子邮箱 [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"
    ]
}