Codeigniter User Guide
the easiest way to check the codeigniter user guide
What is Codeigniter User Guide?
Codeigniter User Guide is a Chrome extension developed by sirviejo, and its main feature is "the easiest way to check the codeigniter user guide".
Extension Screenshots
Download Codeigniter User Guide Extension CRX File
Download Codeigniter User Guide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The easiest way to check the codeigniter user guide. UPDATED to support new documentation in http://ellislab.com/
Extension Basic Information
Name | ![]() |
ID | oigapgdbncfomkgiihkahcgbmmibdfea |
Official URL | https://chrome.google.com/webstore/detail/codeigniter-user-guide/oigapgdbncfomkgiihkahcgbmmibdfea |
Description | the easiest way to check the codeigniter user guide |
File Size | 19.67 KB |
Installation Count | 58 |
Current Version | 1.1 |
Last Updated | 2014-01-27 |
Publish Date | 2014-01-27 |
Rating | 3.95/5 Total 20 Ratings |
Developer | sirviejo |
Payment Type | free |
Extension Website | http://labs.axlot.com/codeigniter-user-guide |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "popup": "popup.html" }, "description": "the easiest way to check the codeigniter user guide", "name": "Codeigniter User Guide", "icons": { "128": "icon128.png", "16": "icon.png", "32": "icon128.png", "48": "icon128.png" }, "permissions": [ "tabs" ], "version": "1.1", "manifest_version": 2 } |