CodeIgniter User Guide for Google Chrome™

CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.

What is CodeIgniter User Guide for Google Chrome™?

CodeIgniter User Guide for Google Chrome™ is a Chrome extension developed by http://codeigniter.alemohamad.com, and its main feature is "CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CodeIgniter User Guide for Google Chrome™ Extension CRX File

Download CodeIgniter User Guide for Google Chrome™ 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

                        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.                    

Extension Basic Information

Name CodeIgniter User Guide for Google Chrome™ CodeIgniter User Guide for Google Chrome™
ID dbniijdbigaeofhdalfadljkkngcocjh
Official URL https://chrome.google.com/webstore/detail/codeigniter-user-guide-fo/dbniijdbigaeofhdalfadljkkngcocjh
Description CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.
File Size 95.57 KB
Installation Count 162
Current Version 1.0
Last Updated 2013-07-26
Publish Date 2013-07-26
Rating 4.63/5 Total 8 Ratings
Developer http://codeigniter.alemohamad.com
Payment Type free
Supported Languages 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"
    ]
}