PHP shell
Brings PHP to browser
PHP shell란 무엇입니까?
PHP shell은(는) https://oliveiraev.github.io/PHP-Shell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings PHP to browser"입니다.
확장 프로그램 스크린샷
PHP shell 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/*" ] } |