PHP shell

Brings PHP to browser

PHP shell là gì?

PHP shell là một tiện ích mở rộng Chrome được phát triển bởi https://oliveiraev.github.io/PHP-Shell, và tính năng chính của nó là "Brings PHP to browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PHP shell

Tải xuống các tệp mở rộng PHP shell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PHP Statements directly from Chrome Developer Tools

PHP Shell put a cloud-based PHP server at your convenience.

* Multiline support
* Command history

* Directly from your browser, send PHP statements to interpret and evaluation.
* Try PHP 5.4 syntax like "['easy', 'arrays']" and "['direct', 'inference'][0]".
* Play with namespaces and try manual examples on the same page.
* Test PHP commands even on Chrome OS!!
* Present PHP functions whithout creating files or opening the terminal.
* Less window changes and better productivity.


PHP-Shell relies on online servers that purpose PHP snippets analisis. It downloads the response and presents on a cleaner and sandboxed environment. Only the strictly needed information are sent. No cookies, no login required everything ssl crypted!

Due to being a developer tools extension, it is completely seamless and non-intrusive. No browser windows, no browser popups nor browser buttons. Call your developer tools and a shiny new tab will be placed to rock and roll.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PHP shell PHP shell
ID hlpgiileennpalklffkdgjodnppfnccd
URL Chính Thức https://chromewebstore.google.com/detail/php-shell/hlpgiileennpalklffkdgjodnppfnccd
Mô tả Brings PHP to browser
Kích Thước Tệp 12.46 KB
Số Lần Cài Đặt 5,084
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2013-08-05
Ngày Phát Hành 2013-08-05
Đánh Giá 3.32/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://oliveiraev.github.io/PHP-Shell
Loại Thanh Toán free
Trang Web Mở Rộng http://oliveiraev.github.io/PHP-Shell
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PHP shell",
    "description": "Brings PHP to browser",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "devtools_page": "components\/devtools.html",
    "icons": {
        "16": "assets\/php-32.png",
        "32": "assets\/php-32.png",
        "128": "assets\/php-32.png"
    },
    "background": {
        "scripts": [
            "js\/extension.js",
            "js\/chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/php-minishell.appspot.com\/*"
    ]
}