PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
What is PHP Serialize/Unserialize?
PHP Serialize/Unserialize is a Chrome extension developed by mrzkeller, and its main feature is "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
Extension Screenshots
Download PHP Serialize/Unserialize Extension CRX File
Download PHP Serialize/Unserialize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
== 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) Extension Basic Information
| Name | |
| ID | bhokjliekbaiipboiofjanbjpjobjaop |
| Official URL | https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop |
| Description | Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser. |
| File Size | 44.46 KB |
| Installation Count | 124 |
| Current Version | 1.0.0 |
| Last Updated | 2022-03-13 |
| Publish Date | 2022-03-12 |
| Rating | 3.67/5 Total 3 Ratings |
| Developer | mrzkeller |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/meirkl/php-serialize-extension |
| Supported Languages | 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"
}
} | |