PHP Serialize/Unserialize
Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser.
PHP Serialize/Unserialize란 무엇입니까?
PHP Serialize/Unserialize은(는) mrzkeller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Serialize and deserialize PHP-serialized data into JSON without any data leaving the browser."입니다.
확장 프로그램 스크린샷
PHP Serialize/Unserialize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |