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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | dbniijdbigaeofhdalfadljkkngcocjh |
官方網址 | 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" ] } |