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