Dev-Tools - PHP
All the tools that every PHP developer always wanted to have in his browser
Qu'est-ce que Dev-Tools - PHP ?
Dev-Tools - PHP est une extension Chrome développée par tucho235, et sa fonction principale est "All the tools that every PHP developer always wanted to have in his browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dev-Tools - PHP
Téléchargez les fichiers d'extension Dev-Tools - PHP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hbpaeijdpnmjakbngbhhpcbnnfkikgba |
URL Officiel | https://chrome.google.com/webstore/detail/dev-tools-php/hbpaeijdpnmjakbngbhhpcbnnfkikgba |
Description | All the tools that every PHP developer always wanted to have in his browser |
Taille du Fichier | 44.91 KB |
Nombre d'Installations | 799 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2016-12-22 |
Date de Publication | 2016-12-22 |
Développeur | tucho235 |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev-Tools - PHP", "version": "0.2.1", "author": "@tucho235", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "description": "All the tools that every PHP developer always wanted to have in his browser", "background": { "scripts": [ "background.js", "popup\/serialize.js", "popup\/unserialize.js" ] }, "applications": { "gecko": { "strict_min_version": "48.0", "strict_max_version": "50.*" } }, "permissions": [ "*:\/\/developer.mozilla.org\/*", "contextMenus", "activeTab", "tabs" ], "browser_action": { "browser_style": true, "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "default_title": "Dev-Tools", "default_popup": "popup\/pop.html" } } |