PHP Offline Manual
PHP offline documentation in a popup
Wat is PHP Offline Manual?
PHP Offline Manual is een Chrome-extensie ontwikkeld door Yaroslav Molchan, en de belangrijkste functie is "PHP offline documentation in a popup".
Extensie Screenshots
Download het CRX-bestand van de extensie PHP Offline Manual
Download PHP Offline Manual-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | PHP Offline Manual |
ID | nkgnlidnlbejbjcnjjbeikmofafmhfkd |
Officiële URL | https://chromewebstore.google.com/detail/php-offline-manual/nkgnlidnlbejbjcnjjbeikmofafmhfkd |
Beschrijving | PHP offline documentation in a popup |
Bestandsgrootte | 25.95 MB |
Aantal Installaties | 2,144 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2022-12-19 |
Publicatiedatum | 2020-10-14 |
Beoordeling | 4.73/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Yaroslav Molchan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |