Title: CodeQuill Web to App
Author: WPcodeQuill
Published: <strong>2026년 3월 10일</strong>
Last modified: 2026년 5월 20일

---

플러그인 검색

![](https://ps.w.org/codequill-web-to-app/assets/banner-772x250.png?rev=3478841)

![](https://ps.w.org/codequill-web-to-app/assets/icon-256x256.png?rev=3478841)

# CodeQuill Web to App

 작성자: [WPcodeQuill](https://profiles.wordpress.org/wpcodequill/)

[다운로드](https://downloads.wordpress.org/plugin/codequill-web-to-app.1.0.6.zip)

 * [세부사항](https://ko.wordpress.org/plugins/codequill-web-to-app/#description)
 * [평가](https://ko.wordpress.org/plugins/codequill-web-to-app/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/codequill-web-to-app/#installation)
 * [개발](https://ko.wordpress.org/plugins/codequill-web-to-app/#developers)

 [지원](https://wordpress.org/support/plugin/codequill-web-to-app/)

## 설명

**CodeQuill Web to App** is a lightweight, zero-configuration Progressive Web App(
PWA) generator for WordPress. It allows your mobile and desktop visitors to install
your website directly onto their devices just like a native app.

By utilizing a dynamic Web App Manifest and a highly optimized, Network-First Service
Worker, your site will load faster, provide an offline fallback page when users 
lose their internet connection, and feel like a true standalone application.

### Key Features:

 * **One-Click Install Button:** Automatically displays a sleek, floating “Install
   App” button for supported mobile and desktop browsers.
 * **Dashboard Management:** Easily customize your App Name, Short Name, Theme Colors,
   and App Icons directly from the WordPress Admin area.
 * **Dynamic Manifest:** Automatically generates and links your `manifest.json` 
   file on the fly based on your customized settings.
 * **Network-First Service Worker:** Ensures users always see your latest live content,
   but automatically falls back to a cached version if their internet connection
   drops.
 * **Zero Scope Issues:** Dynamically serves the Service Worker from the root of
   your site, bypassing the strict directory limitations that break most other PWA
   plugins.
 * **Safe for WP-Admin:** Carefully excludes the WordPress dashboard and login pages
   from caching, ensuring you never get locked out of your site.

## 설치

 1. Upload the entire `codequill-web-to-app` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to **PWA Settings** in your WordPress Admin Menu.
 4. Fill out your App Name, choose your brand colors, and paste the direct URLs for
    your 192×192 and 512×512 app icons.
 5. Click **Save Changes**.
 6. Visit your website on an Android device or Google Chrome desktop to see the “Install
    App” prompt!

## FAQ

### Why isn’t the “Install App” button showing up?

Progressive Web Apps have strict browser requirements. If the button is hidden, 
ensure that:
 1. Your website is running on a secure `HTTPS` connection (SSL is 
mandatory). 2. You have successfully uploaded and saved BOTH a 192×192 and a 512
×512 icon in the settings. 3. You haven’t already installed the app on your testing
device. (If you have, uninstall it first to see the button again).

### Does the install button work on iPhones (iOS)?

Apple iOS (Safari) currently blocks the automatic “Install Prompt” pop-up. iOS users
can still install your PWA, but they must do it manually by tapping the “Share” 
icon in Safari and selecting “Add to Home Screen”. The automatic install button 
will display perfectly on Android devices and desktop browsers like Chrome and Edge.

### Will this cache my WordPress Admin area?

No. The included Service Worker is explicitly programmed to ignore the `/wp-admin/`
dashboard and `/wp-login.php` pages, ensuring your backend management remains completely
dynamic and secure.

## 후기

![](https://secure.gravatar.com/avatar/53d8bf679b7dd3983474d9c4a586692514d661b567993942d8dbae95ca590e9b?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin and onclick Working](https://wordpress.org/support/topic/excellent-plugin-and-onclick-working/)󠁿

 [ramesh9875](https://profiles.wordpress.org/ramesh9875/) 2026년 5월 21일 답글 1
개

Excellent Plugin and on click working, Very Easy to use any one, and I can track
how many users install.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/)

## 기여자 & 개발자

“CodeQuill Web to App”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ WPcodeQuill ](https://profiles.wordpress.org/wpcodequill/)

[자국어로 “CodeQuill Web to App”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/codequill-web-to-app)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/codequill-web-to-app/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/codequill-web-to-app/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/codequill-web-to-app/)을 [RSS](https://plugins.trac.wordpress.org/log/codequill-web-to-app/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.6

Date: 20-05-2026
 * New: Added a live “Total App Installs” tracking widget to the
admin dashboard.

#### 1.0.5

 * New: Completely redesigned the plugin settings dashboard with a premium, modern
   UI.
 * New: Added a WPCodeQuill product showcase to discover more premium plugins and
   themes.
 * Fix: Resolved a critical issue where the Service Worker was not properly caching
   pages for offline use.
 * Fix: Corrected the dynamic manifest generation to ensure the “Install App” prompt
   triggers reliably.
 * Tweak: Restructured plugin core files (separated admin and frontend code) for
   better performance and security.
 * Tweak: Resolved WPCS strict coding standards warnings for script enqueuing.

#### 1.0.4

 * Resolved minor code standard warnings for WordPress Repository compliance.
 * Fixed output escaping issues.

#### 1.0.4

 * Resolved minor code standard warnings for WordPress Repository compliance.
 * Fixed output escaping issues.

#### 1.0.3

 * Complete refactor for WordPress Repository compliance.
 * Renamed plugin to CodeQuill Web to App.
 * Implemented unique prefixing for all classes, options, and variables to prevent
   conflicts.
 * Moved Service Worker and JavaScript logic to utilize `wp_enqueue_script` and `
   wp_add_inline_script`.
 * Updated Service Worker to a true Network-First strategy with offline fallback.
 * Solved Service Worker scope limitations using dynamic PHP header injection.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.0.6**
 *  최근 업데이트: **4개월 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.6**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/codequill-web-to-app/)
 * 태그:
 * [install app](https://ko.wordpress.org/plugins/tags/install-app/)[Mobile App](https://ko.wordpress.org/plugins/tags/mobile-app/)
   [progressive web app](https://ko.wordpress.org/plugins/tags/progressive-web-app/)
   [pwa](https://ko.wordpress.org/plugins/tags/pwa/)[web to app](https://ko.wordpress.org/plugins/tags/web-to-app/)
 *  [고급 보기](https://ko.wordpress.org/plugins/codequill-web-to-app/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/codequill-web-to-app/reviews/)

## 기여자

 *   [ WPcodeQuill ](https://profiles.wordpress.org/wpcodequill/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/codequill-web-to-app/)