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", " |