chrome-unserialize-php
Converts php-serialized data back to human-readable stuff. Can choose var_export or JSON
What is chrome-unserialize-php?
chrome-unserialize-php is a Chrome extension developed by dicksonzero, and its main feature is "Converts php-serialized data back to human-readable stuff. Can choose var_export or JSON".
Extension Screenshots
Download chrome-unserialize-php Extension CRX File
Download chrome-unserialize-php extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Converts php-serialized data back to human-readable stuff. Can choose var_export or JSON Cannot solve cyclic reference (Please raise an issue at github if really needed) Thanks to: http://extensionizr.com https://github.com/bd808/php-unserialize-js http://locutus.io/php/var_export github: https://github.com/vicksonzero/chrome-unserialize-php Update 1.1.0 - Fixed var_export library not quoting object keys
Extension Basic Information
Name | chrome-unserialize-php |
ID | aaedpjmdgnjiclmfkoifbeafomekfmci |
Official URL | https://chromewebstore.google.com/detail/chrome-unserialize-php/aaedpjmdgnjiclmfkoifbeafomekfmci |
Description | Converts php-serialized data back to human-readable stuff. Can choose var_export or JSON |
File Size | 44.35 KB |
Installation Count | 68 |
Current Version | 1.1.0 |
Last Updated | 2019-05-02 |
Publish Date | 2019-05-02 |
Developer | dicksonzero |
Payment Type | free |
Extension Website | https://github.com/vicksonzero/chrome-unserialize-php |
Help Page URL | https://github.com/vicksonzero/chrome-unserialize-php/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chrome-unserialize-php", "version": "1.1.0", "manifest_version": 2, "description": "Converts php-serialized data back to human-readable stuff. Can choose var_export or JSON", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [] } |