PHP Serialize/Unserialize

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

Co to jest PHP Serialize/Unserialize?

PHP Serialize/Unserialize to rozszerzenie Chrome opracowane przez mrzkeller, a jego główną funkcją jest „Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PHP Serialize/Unserialize

Pobierz pliki rozszerzeń PHP Serialize/Unserialize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PHP Serialize/Unserialize PHP Serialize/Unserialize
ID bhokjliekbaiipboiofjanbjpjobjaop
Oficjalny URL https://chromewebstore.google.com/detail/php-serializeunserialize/bhokjliekbaiipboiofjanbjpjobjaop
Opis Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
Rozmiar pliku 44.46 KB
Liczba instalacji 124
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-03-13
Data Publikacji 2022-03-12
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper mrzkeller
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/meirkl/php-serialize-extension
Obsługiwane Języki 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"
    }
}