PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
Vad är PHP Serialize/Unserialize?
PHP Serialize/Unserialize är en Chrome-tillägg utvecklad av mrzkeller, och dess huvudfunktion är "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".
Tilläggsskärmbilder
Ladda ner PHP Serialize/Unserialize-förlängningens CRX-fil
Ladda ner PHP Serialize/Unserialize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
== 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)
Grundläggande Information om Tillägg
Namn | PHP Serialize/Unserialize |
ID | bhokjliekbaiipboiofjanbjpjobjaop |
Officiell webbadress | https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop |
Beskrivning | Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser. |
Filstorlek | 44.46 KB |
Antal Installationer | 124 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-03-13 |
Publiceringsdatum | 2022-03-12 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | mrzkeller |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/meirkl/php-serialize-extension |
Stödda Språk | 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" } } |