CodeIgniter User Guide for Google Chrome™

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

CodeIgniter User Guide for Google Chrome™とは何ですか?

CodeIgniter User Guide for Google Chrome™はhttp://codeigniter.alemohamad.comによって開発されたChromeの拡張機能で、その主な機能は「CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CodeIgniter User Guide for Google Chrome™拡張機能のCRXファイルをダウンロード

CodeIgniter User Guide for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CodeIgniter User Guide for Google Chrome™ CodeIgniter User Guide for Google Chrome™
ID dbniijdbigaeofhdalfadljkkngcocjh
公式URL https://chrome.google.com/webstore/detail/codeigniter-user-guide-fo/dbniijdbigaeofhdalfadljkkngcocjh
説明 CodeIgniter is a Framework for people who build web sites using PHP. Extension created by Ale Mohamad.
ファイルサイズ 95.57 KB
インストール数 162
現在のバージョン 1.0
最終更新日 2013-07-26
公開日 2013-07-26
評価 4.63/5 合計 8 レビュー
開発者 http://codeigniter.alemohamad.com
支払い方法 free
対応言語 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"
    ]
}