PHP Offline Manual

PHP offline documentation in a popup

什么是PHP Offline Manual?

PHP Offline Manual是由Yaroslav Molchan开发的Chrome扩展程序,该扩展的主要功能是“PHP offline documentation in a popup”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载PHP Offline Manual扩展crx文件

下载PHP Offline Manual扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 PHP Offline Manual PHP Offline Manual
ID nkgnlidnlbejbjcnjjbeikmofafmhfkd
官方URL https://chromewebstore.google.com/detail/php-offline-manual/nkgnlidnlbejbjcnjjbeikmofafmhfkd
简介 PHP offline documentation in a popup
文件大小 25.95 MB
安装次数 2,144
当前版本 1.2.1
更新时间 2022-12-19
上架时间 2020-10-14
评分 4.73/5 共15次评分
开发者 Yaroslav Molchan
电子邮箱 yaroslav@molchan.me
付费类型 free
支持的语言 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"
    ]
}