CodeIgniter User Guide for Google Chrome™

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

Cos'è CodeIgniter User Guide for Google Chrome™?

CodeIgniter User Guide for Google Chrome™ è un'estensione di Chrome sviluppata da http://codeigniter.alemohamad.com, e la sua funzione principale è "CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CodeIgniter User Guide for Google Chrome™

Scarica i file di estensione CodeIgniter User Guide for Google Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CodeIgniter User Guide for Google Chrome™ CodeIgniter User Guide for Google Chrome™
ID dbniijdbigaeofhdalfadljkkngcocjh
URL Ufficiale https://chrome.google.com/webstore/detail/codeigniter-user-guide-fo/dbniijdbigaeofhdalfadljkkngcocjh
Descrizione CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.
Dimensione del File 95.57 KB
Conteggio Installazioni 162
Versione Corrente 1.0
Ultimo Aggiornamento 2013-07-26
Data di Pubblicazione 2013-07-26
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore http://codeigniter.alemohamad.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}