PHP Serialize/Unserialize

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

什麼是PHP Serialize/Unserialize?

PHP Serialize/Unserialize是由mrzkeller開發的Chrome擴展程式,該擴展的主要功能是“Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.”。

擴展截圖

screenshot
screenshot

下載PHP Serialize/Unserialize擴展crx文件

下載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
官方網址 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"
    }
}