PHP Offline Manual
PHP offline documentation in a popup
Was ist PHP Offline Manual?
PHP Offline Manual ist eine Chrome-Erweiterung, die von Yaroslav Molchan entwickelt wurde, und ihr Hauptmerkmal ist "PHP offline documentation in a popup".
Erweiterungsscreenshots
PHP Offline Manual-Erweiterungs-CRX-Datei herunterladen
Laden Sie PHP Offline Manual-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | PHP Offline Manual |
ID | nkgnlidnlbejbjcnjjbeikmofafmhfkd |
Offizielle URL | https://chromewebstore.google.com/detail/php-offline-manual/nkgnlidnlbejbjcnjjbeikmofafmhfkd |
Beschreibung | PHP offline documentation in a popup |
Dateigröße | 25.95 MB |
Installationsanzahl | 2,144 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2022-12-19 |
Veröffentlichungsdatum | 2020-10-14 |
Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
Entwickler | Yaroslav Molchan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |