PHP Serialize/Unserialize

Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.

Wat is PHP Serialize/Unserialize?

PHP Serialize/Unserialize is een Chrome-extensie ontwikkeld door mrzkeller, en de belangrijkste functie is "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PHP Serialize/Unserialize

Download PHP Serialize/Unserialize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        == 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)                    

Basisinformatie over de Extensie

Naam PHP Serialize/Unserialize PHP Serialize/Unserialize
ID bhokjliekbaiipboiofjanbjpjobjaop
Officiële URL https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop
Beschrijving Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
Bestandsgrootte 44.46 KB
Aantal Installaties 124
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-03-13
Publicatiedatum 2022-03-12
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar mrzkeller
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/meirkl/php-serialize-extension
Ondersteunde Talen 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"
    }
}