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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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", " |