PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
Qu'est-ce que PHP Serialize/Unserialize ?
PHP Serialize/Unserialize est une extension Chrome développée par mrzkeller, et sa fonction principale est "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PHP Serialize/Unserialize
Téléchargez les fichiers d'extension PHP Serialize/Unserialize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
== 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) Informations de Base sur l'Extension
| Nom | |
| ID | bhokjliekbaiipboiofjanbjpjobjaop |
| URL Officiel | https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop |
| Description | Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser. |
| Taille du Fichier | 44.46 KB |
| Nombre d'Installations | 124 |
| Version Actuelle | 1.0.0 |
| Dernière Mise à Jour | 2022-03-13 |
| Date de Publication | 2022-03-12 |
| Évaluation | 3.67/5 Total 3 Évaluations |
| Développeur | mrzkeller |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/meirkl/php-serialize-extension |
| Langues Prises en Charge | 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"
}
} | |