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
电子邮箱 [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\/"
}