Multiple-word Find and Replace

web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace

Multiple-word Find and Replace란 무엇입니까?

Multiple-word Find and Replace은(는) citizenten99에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace"입니다.

확장 프로그램 스크린샷

screenshot

Multiple-word Find and Replace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Most useful for:
-working on web projects
-quickly switching text content on a page
-censorship of image files containing certain strings
-censorship of webpages containing offensive language

This tool is useful when it's desirable to quickly replace a word(s) with another in an HTML page.  For instance, if looking up "deer" and wanting to switch the search to "cat", a single click on the extension will reload the page in a new tab with all html strings with "deer" with "cat."

This tool is most useful if the tool is manually downloaded from the github repository at https://github.com/citizenten/Jscript_ChromeAppFindandReplace.  In the getPagesSource.js file, the input string array and output array can easily be changed.  Adding the unloaded extension to chrome gives you full control of your find and replace tool.                    

확장 프로그램 기본 정보

이름 Multiple-word Find and Replace Multiple-word Find and Replace
ID gijcaigcajgchodhmcnbhecekmpfpiap
공식 URL https://chrome.google.com/webstore/detail/multiple-word-find-and-re/gijcaigcajgchodhmcnbhecekmpfpiap
설명 web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace
파일 크기 5.33 KB
설치 횟수 172
현재 버전 1.0
최근 업데이트 2015-12-14
출시 날짜 2015-12-14
평점 1.57/5 총 7 개의 평점
개발자 citizenten99
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/citizenten/Jscript_ChromeAppFindandReplace
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multiple-word Find and Replace",
    "version": "1.0",
    "manifest_version": 2,
    "description": "web multiple-word find and replace, modify at https:\/\/github.com\/citizenten\/Jscript_ChromeAppFindandReplace",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}