ServePHP

Get your PHP on

ServePHP क्या है?

ServePHP http://123easywebsites.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your PHP on"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ServePHP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ServePHP is a PHP code tester right in your Chrome DevTools.

HOW TO
  Right click on a webpage and select "Inspect Element" menu option
  Inside the DevTools Click on the "ServePHP" menu item
  Write your php code and click Submit
  Use F11 to toggle full screen mode

FEATURES
  Multiple editor themes to choose from
  Full screen editing
  PHP version up to date 
  Matching Brackets
  Code highlight

DISCLAIMER
  I made this extension for my own needs, so there will be bugs.
  I an NOT responsible for any damages  
  This app is under MIT licence  

FOR DEVELOPERS
  The code for this app can be found https://github.com/patrioticcow/ServePHP

Let me know how this extension works for you.

v 0.1.4 on 12-17-2015
  -- PHP 7 release

v 0.1.4
  -- Bug Fix

v 0.1.3
  -- Initial release
  -- PHP version 5.5.11 

CREDIT to http://codemirror.net

other good online PHP testers are:
 -- http://writecodeonline.com/php
 -- http://sandbox.onlinephpfunctions.com                    

एक्सटेंशन की मूल जानकारी

नाम ServePHP ServePHP
ID mnpikomdchjhkhbhmbboehfdjkobbfpo
आधिकारिक URL https://chrome.google.com/webstore/detail/servephp/mnpikomdchjhkhbhmbboehfdjkobbfpo
विवरण Get your PHP on
फ़ाइल का आकार 641 KB
स्थापना संख्या 682
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर http://123easywebsites.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://massinflux.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ServePHP",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Get your PHP on",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "history",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}