PHP Serialize/Unserialize

Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.

PHP Serialize/Unserializeคืออะไร?

PHP Serialize/Unserialize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrzkeller และคุณลักษณะหลักของมันคือ "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PHP Serialize/Unserialize

ดาวน์โหลดไฟล์ส่วนขยาย PHP Serialize/Unserialize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        == Features ==
✓ Parse PHP serialized string into JSON 
✓ Parse JSON into PHP serialized string
✓ Copy easily the result to the clipboard
✓ Clear the form with a single click
✓ All text processing is done in the client
✓ Does not access and track user data
✓ Open source (MIT License)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PHP Serialize/Unserialize PHP Serialize/Unserialize
ID bhokjliekbaiipboiofjanbjpjobjaop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop
คำอธิบาย Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
ขนาดไฟล์ 44.46 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-03-13
วันที่เผยแพร่ 2022-03-12
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา mrzkeller
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/meirkl/php-serialize-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PHP Serialize\/Unserialize",
    "version": "1.0.0",
    "description": "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "PHP Serialize\/Unserialize",
        "default_icon": "icon-128.png"
    }
}