Open Custom URL

Open custom URL or local file path in a popup or tab.

什么是Open Custom URL?

Open Custom URL是由publisher开发的Chrome扩展程序,该扩展的主要功能是“Open custom URL or local file path in a popup or tab.”。

扩展截图

screenshot

下载Open Custom URL扩展crx文件

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

扩展使用说明

                        Set any website URL and open it in a popup or tab with just one click!                    

扩展基本信息

名称 Open Custom URL Open Custom URL
ID ljhdepmipigadellfdggnlphmfebnnbp
官方URL https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp
简介 Open custom URL or local file path in a popup or tab.
文件大小 32.18 KB
安装次数 20
当前版本 1.0
更新时间 2017-05-10
上架时间 2017-05-09
评分 4.00/5 共1次评分
开发者 publisher
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Custom URL",
    "description": "Open custom URL or local file path in a popup or tab.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}