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.”。
扩展截图
下载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 |
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" } } |