Pacifist Web Extension

The browser extension for Pacifist

Pacifist Web Extensionคืออะไร?

Pacifist Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charlesjs และคุณลักษณะหลักของมันคือ "The browser extension for Pacifist"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pacifist Web Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}