Find Replace

A simple find and replace extension.

Find Replace란 무엇입니까?

Find Replace은(는) USA Web Development, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple find and replace extension."입니다.

확장 프로그램 스크린샷

screenshot

Find Replace 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this tool to easily find and replace words or phrases, within a body of text. 

This extension is very simple, stylish, straightforward, and easy-to-use, while still being very functional at the same time.

The extension has a very big capacity so you can input as much text as you want. 

Supports emoji, Unicode, and more.                    

확장 프로그램 기본 정보

이름 Find Replace Find Replace
ID lchlicjgphiemnihicjkgfjddjmlgcdl
공식 URL https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl
설명 A simple find and replace extension.
파일 크기 56.34 KB
설치 횟수 1,174
현재 버전 1
최근 업데이트 2023-02-23
출시 날짜 2020-10-07
평점 2.14/5 총 7 개의 평점
개발자 USA Web Development, LLC
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Find Replace",
    "description": "A simple find and replace extension.",
    "icons": {
        "16": "icon.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}