Pacifist Web Extension

The browser extension for Pacifist

什么是Pacifist Web Extension?

Pacifist Web Extension是由charlesjs开发的Chrome扩展程序,该扩展的主要功能是“The browser extension for Pacifist”。

扩展截图

screenshot

下载Pacifist Web Extension扩展crx文件

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

扩展使用说明

                        Browser extension that allows you to view .zip and .pkg files directly in your browser without actually downloading the entire file. Requires Pacifist 4.0 to be installed on your local machine.                    

扩展基本信息

名称 Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
官方URL https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
简介 The browser extension for Pacifist
文件大小 35.44 KB
安装次数 1,039
当前版本 1.0.7
更新时间 2021-11-07
上架时间 2021-11-06
评分 5.00/5 共1次评分
开发者 charlesjs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.charlessoft.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pacifist Web Extension",
    "version": "1.0.7",
    "description": "The browser extension for Pacifist",
    "homepage_url": "https:\/\/www.charlessoft.com",
    "icons": {
        "48": "icons\/icon_48x48.png",
        "96": "icons\/icon_96x96.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        ""
    ],
    "background": {
        "scripts": [
            "browser-shim.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_48x48.png"
    },
    "protocol_handlers": [
        {
            "protocol": "web+pacifist",
            "name": "Pacifist Browser Extension",
            "uriTemplate": "external-command.html?c=%s"
        }
    ],
    "web_accessible_resources": [
        "listing.html",
        "listing.css",
        "listing.js",
        "pacifisthtml.js",
        "blank.gif",
        "tinyinflate.js",
        "uninstall.html",
        "uninstall.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0a1"
        }
    }
}