Open With

Quickly test out your web pages in Edge, Firefox, Safari, or Opera.

Open Withとは何ですか?

Open WithはGeoff Lankowによって開発されたChromeの拡張機能で、その主な機能は「Quickly test out your web pages in Edge, Firefox, Safari, or Opera.」です。

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

screenshot
screenshot

Open With拡張機能のCRXファイルをダウンロード

Open With拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly test out your web pages in Edge, Firefox, Safari, or Opera.                    

拡張機能の基本情報

名前 Open With Open With
ID cogjlncmljjnjpbgppagklanlcbchlno
公式URL https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno
説明 Quickly test out your web pages in Edge, Firefox, Safari, or Opera.
ファイルサイズ 338 KB
インストール数 7,000
現在のバージョン 7.2.1
最終更新日 2019-09-04
公開日 2019-09-04
評価 4.29/5 合計 42 レビュー
開発者 Geoff Lankow
支払い方法 free
対応言語 de,en,pl,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription_chrome__",
    "version": "7.2.1",
    "default_locale": "en",
    "icons": {
        "16": "images\/openwith16.png",
        "24": "images\/openwith24.png",
        "32": "images\/openwith32.png",
        "48": "images\/openwith48.png",
        "64": "images\/openwith64.png",
        "96": "images\/openwith96.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/openwith16.png",
            "24": "images\/openwith24.png",
            "32": "images\/openwith32.png",
            "48": "images\/openwith48.png",
            "64": "images\/openwith64.png",
            "96": "images\/openwith96.png"
        },
        "default_popup": "action.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "commands": {
        "open_1": {
            "suggested_key": {
                "default": "Alt+Shift+I"
            },
            "description": "__MSG_shortcut_open1__"
        },
        "open_2": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "__MSG_shortcut_open2__"
        },
        "open_3": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "__MSG_shortcut_open3__"
        }
    }
}