CodeIgniter User Guide for Google Chrome™
CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.
Vad är CodeIgniter User Guide for Google Chrome™?
CodeIgniter User Guide for Google Chrome™ är en Chrome-tillägg utvecklad av http://codeigniter.alemohamad.com, och dess huvudfunktion är "CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.".
Tilläggsskärmbilder
Ladda ner CodeIgniter User Guide for Google Chrome™-förlängningens CRX-fil
Ladda ner CodeIgniter User Guide for Google Chrome™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension, you can search for the topics you want to find out about development with CodeIgniter Framework. This is a quick access to the online documentation of the Framework.
Grundläggande Information om Tillägg
Namn | |
ID | dbniijdbigaeofhdalfadljkkngcocjh |
Officiell webbadress | https://chrome.google.com/webstore/detail/codeigniter-user-guide-fo/dbniijdbigaeofhdalfadljkkngcocjh |
Beskrivning | CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad. |
Filstorlek | 95.57 KB |
Antal Installationer | 162 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-07-26 |
Publiceringsdatum | 2013-07-26 |
Betyg | 4.63/5 Totalt 8 Betyg |
Utvecklare | http://codeigniter.alemohamad.com |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeIgniter User Guide for Google Chrome\u2122", "version": "1.0", "description": "CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.", "homepage_url": "http:\/\/codeigniter.alemohamad.com\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CodeIgniter User Guide", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |