Mozilla Firefox Browser - Safe and fast

Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.

Mozilla Firefox Browser - Safe and fastとは何ですか?

Mozilla Firefox Browser - Safe and fastはOpen Withによって開発されたChromeの拡張機能で、その主な機能は「Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.」です。

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

screenshot

Mozilla Firefox Browser - Safe and fast拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to open tabs or links from default browser to Firefox with just one click of the icon. This extension will help reduce the time it takes to switch between the two browsers to optimize your time and work.

Note: For this extension to work, you need to download and install the native application (Firefox browser) on your device and follow the installation instructions in our instructions tab. .                    

拡張機能の基本情報

名前 Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
公式URL https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
説明 Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
ファイルサイズ 199 KB
インストール数 2,000
現在のバージョン 0.3
最終更新日 2021-04-28
公開日 2021-03-30
評価 5.00/5 合計 1 レビュー
開発者 Open With
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://borwi.com/open-in/
ヘルプページのURL https://borwi.com/contact/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mozilla Firefox Browser - Safe and fast",
    "description": "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.",
    "version": "0.3",
    "manifest_version": 2,
    "optional_permissions": [
        "downloads"
    ],
    "storage": {
        "managed_schema": "managed.json"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_action": [],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "http:\/\/borwi.com\/open-in\/"
}