Codeigniter User Guide
the easiest way to check the codeigniter user guide
Что такое Codeigniter User Guide?
Codeigniter User Guide - это расширение Chrome, разработанное sirviejo, и его основная функция - "the easiest way to check the codeigniter user guide".
Снимки экрана расширения
Скачать файл CRX расширения Codeigniter User Guide
Скачайте файлы расширений Codeigniter User Guide в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The easiest way to check the codeigniter user guide. UPDATED to support new documentation in http://ellislab.com/
Основная информация о расширении
Название | ![]() |
ID | oigapgdbncfomkgiihkahcgbmmibdfea |
Официальный URL | https://chrome.google.com/webstore/detail/codeigniter-user-guide/oigapgdbncfomkgiihkahcgbmmibdfea |
Описание | the easiest way to check the codeigniter user guide |
Размер файла | 19.67 KB |
Количество установок | 58 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-01-27 |
Дата публикации | 2014-01-27 |
Рейтинг | 3.95/5 Всего 20 оценок |
Разработчик | sirviejo |
Тип оплаты | free |
Официальный сайт расширения | http://labs.axlot.com/codeigniter-user-guide |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "popup": "popup.html" }, "description": "the easiest way to check the codeigniter user guide", "name": "Codeigniter User Guide", "icons": { "128": "icon128.png", "16": "icon.png", "32": "icon128.png", "48": "icon128.png" }, "permissions": [ "tabs" ], "version": "1.1", "manifest_version": 2 } |