PHP shell
Brings PHP to browser
PHP shell क्या है?
PHP shell https://oliveiraev.github.io/PHP-Shell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings PHP to browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PHP shell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |