PHP Offline Manual

PHP offline documentation in a popup

What is PHP Offline Manual?

PHP Offline Manual is a Chrome extension developed by Yaroslav Molchan, and its main feature is "PHP offline documentation in a popup".

Extension Screenshots

screenshot
screenshot
screenshot

Download PHP Offline Manual Extension CRX File

Download PHP Offline Manual extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PHP 8 documentation in 9 languages always available right in your browser.

Last update: 1.2.1 - Dec 17th 2022. Noticeable changes:
- Upgrade database to PHP 8.2.0 version for all languages.
- Remove Romanian language (not supported by official website).                    

Extension Basic Information

Name PHP Offline Manual PHP Offline Manual
ID nkgnlidnlbejbjcnjjbeikmofafmhfkd
Official URL https://chromewebstore.google.com/detail/php-offline-manual/nkgnlidnlbejbjcnjjbeikmofafmhfkd
Description PHP offline documentation in a popup
File Size 25.95 MB
Installation Count 2,144
Current Version 1.2.1
Last Updated 2022-12-19
Publish Date 2020-10-14
Rating 4.73/5 Total 15 Ratings
Developer Yaroslav Molchan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "version": "1.2.1",
    "name": "PHP Offline Manual",
    "short_name": "PHP Manual",
    "description": "PHP offline documentation in a popup",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "PHP Offline Manual"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "https:\/\/ssl.google-analytics.com\/ga.js"
    ]
}