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
公式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
Eメール [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"
    }
}