PHP shell
Brings PHP to browser
什麼是PHP shell?
PHP shell是由https://oliveiraev.github.io/PHP-Shell開發的Chrome擴展程式,該擴展的主要功能是“Brings PHP to browser”。
擴展截圖
下載PHP shell擴展crx文件
下載PHP shell擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | PHP shell |
ID | hlpgiileennpalklffkdgjodnppfnccd |
官方網址 | https://chromewebstore.google.com/detail/php-shell/hlpgiileennpalklffkdgjodnppfnccd |
簡介 | Brings PHP to browser |
檔案大小 | 12.46 KB |
安裝次數 | 5,084 |
目前版本 | 0.0.3 |
更新時間 | 2013-08-05 |
上架時間 | 2013-08-05 |
評分 | 3.32/5 共 19 次評分 |
開發者 | https://oliveiraev.github.io/PHP-Shell |
付費類型 | free |
擴展官網 | http://oliveiraev.github.io/PHP-Shell |
支援的語言 | 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\/*" ] } |