Combine URL

Combines url parts

什么是Combine URL?

Combine URL是由https://kostoski.com开发的Chrome扩展程序,该扩展的主要功能是“Combines url parts”。

扩展截图

screenshot

下载Combine URL扩展crx文件

下载Combine URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension that combines URL parts in order to help you easily access full URL address.                    

扩展基本信息

名称 Combine URL Combine URL
ID lnmkibhfmgahenghonphjlepcdbdjpon
官方URL https://chromewebstore.google.com/detail/combine-url/lnmkibhfmgahenghonphjlepcdbdjpon
简介 Combines url parts
文件大小 8.36 KB
安装次数 35
当前版本 2.2
更新时间 2023-08-30
上架时间 2019-04-12
开发者 https://kostoski.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kostoski.com/
帮助页面URL https://kostoski.com/
隐私政策页面URL https://kostoski.com/privacypolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Combine URL",
    "description": "Combines url parts",
    "version": "2.2",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Combines url parts"
        }
    }
}