Multiple-word Find and Replace
web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace
Multiple-word Find and Replace là gì?
Multiple-word Find and Replace là một tiện ích mở rộng Chrome được phát triển bởi citizenten99, và tính năng chính của nó là "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Multiple-word Find and Replace
Tải xuống các tệp mở rộng Multiple-word Find and Replace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gijcaigcajgchodhmcnbhecekmpfpiap |
URL Chính Thức | https://chrome.google.com/webstore/detail/multiple-word-find-and-re/gijcaigcajgchodhmcnbhecekmpfpiap |
Mô tả | web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace |
Kích Thước Tệp | 5.33 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-12-14 |
Ngày Phát Hành | 2015-12-14 |
Đánh Giá | 1.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | citizenten99 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/citizenten/Jscript_ChromeAppFindandReplace |
Ngôn Ngữ Được Hỗ Trợ | 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", " |