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文件

下載Multiple-word Find and Replace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}