PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
ما هو PHP Serialize/Unserialize؟
PHP Serialize/Unserialize هو إضافة Chrome تم تطويرها بواسطة mrzkeller، والميزة الرئيسية لها هي "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PHP Serialize/Unserialize
قم بتنزيل ملفات الامتداد PHP Serialize/Unserialize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
== 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" } } |