PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
O que é PHP Serialize/Unserialize?
PHP Serialize/Unserialize é uma extensão do Chrome desenvolvida por mrzkeller, e sua principal característica é "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PHP Serialize/Unserialize
Baixe arquivos de extensão PHP Serialize/Unserialize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
== 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)
Informações Básicas da Extensão
Nome | PHP Serialize/Unserialize |
ID | bhokjliekbaiipboiofjanbjpjobjaop |
URL Oficial | https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop |
Descrição | Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser. |
Tamanho do Arquivo | 44.46 KB |
Contagem de Instalações | 124 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-03-13 |
Data de Publicação | 2022-03-12 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | mrzkeller |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/meirkl/php-serialize-extension |
Idiomas Suportados | 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" } } |