CodeIgniter User Guide for Google Chrome™

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

Co to jest CodeIgniter User Guide for Google Chrome™?

CodeIgniter User Guide for Google Chrome™ to rozszerzenie Chrome opracowane przez http://codeigniter.alemohamad.com, a jego główną funkcją jest „CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CodeIgniter User Guide for Google Chrome™

Pobierz pliki rozszerzeń CodeIgniter User Guide for Google Chrome™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CodeIgniter User Guide for Google Chrome™ CodeIgniter User Guide for Google Chrome™
ID dbniijdbigaeofhdalfadljkkngcocjh
Oficjalny URL https://chrome.google.com/webstore/detail/codeigniter-user-guide-fo/dbniijdbigaeofhdalfadljkkngcocjh
Opis CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.
Rozmiar pliku 95.57 KB
Liczba instalacji 162
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-07-26
Data Publikacji 2013-07-26
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper http://codeigniter.alemohamad.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}