PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
Apa itu PHP Serialize/Unserialize?
PHP Serialize/Unserialize adalah ekstensi Chrome yang dikembangkan oleh mrzkeller, dan fitur utamanya adalah "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PHP Serialize/Unserialize
Unduh file ekstensi PHP Serialize/Unserialize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
== 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) Informasi Dasar Ekstensi
| Nama | |
| ID | bhokjliekbaiipboiofjanbjpjobjaop |
| URL Resmi | https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop |
| Deskripsi | Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser. |
| Ukuran File | 44.46 KB |
| Jumlah Instalasi | 124 |
| Versi Saat Ini | 1.0.0 |
| Terakhir Diperbarui | 2022-03-13 |
| Tanggal Publikasi | 2022-03-12 |
| Penilaian | 3.67/5 Total 3 Penilaian |
| Pengembang | mrzkeller |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/meirkl/php-serialize-extension |
| Bahasa yang Didukung | 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"
}
} | |