Pacifist Web Extension

The browser extension for Pacifist

Pacifist Web Extension là gì?

Pacifist Web Extension là một tiện ích mở rộng Chrome được phát triển bởi charlesjs, và tính năng chính của nó là "The browser extension for Pacifist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pacifist Web Extension

Tải xuống các tệp mở rộng Pacifist Web Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
URL Chính Thức https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
Mô tả The browser extension for Pacifist
Kích Thước Tệp 35.44 KB
Số Lần Cài Đặt 1,039
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2021-11-07
Ngày Phát Hành 2021-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển charlesjs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.charlessoft.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}