Offline CodeIgniter
Offline CodeIgniter
Offline CodeIgniter란 무엇입니까?
Offline CodeIgniter은(는) Alchie Tagudin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offline CodeIgniter"입니다.
확장 프로그램 스크린샷
Offline CodeIgniter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A made-easy offline documentation of CodeIgniter Web Framework for PHP Programmers. This is an offline version of CodeIgniter Web Framework documentation website. It is made-easy for users to navigate its contents and you can browse it on a separate tab if you want.
확장 프로그램 기본 정보
이름 | Offline CodeIgniter |
ID | aehpjkiilcojfhnoanlmmkchnpkkdkoa |
공식 URL | https://chromewebstore.google.com/detail/offline-codeigniter/aehpjkiilcojfhnoanlmmkchnpkkdkoa |
설명 | Offline CodeIgniter |
파일 크기 | 2.2 MB |
설치 횟수 | 94 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-02-15 |
출시 날짜 | 2019-02-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Alchie Tagudin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.trokis.com/ |
도움말 페이지 URL | https://www.trokis.com/ |
개인정보 보호 정책 페이지 URL | https://thepetlabco.com/pages/privacy-statement |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline CodeIgniter", "description": "Offline CodeIgniter", "version": "1.0.0", "browser_action": { "default_icon": "images\/32.png", "default_popup": "user_guide\/index.html" }, "icons": { "128": "images\/128.png", "64": "images\/64.png", "48": "images\/48.png", "32": "images\/32.png", "16": "images\/16.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/css-icons.js" ], "matches": [ " |