Multiple-word Find and Replace
web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace
Cos'è Multiple-word Find and Replace?
Multiple-word Find and Replace è un'estensione di Chrome sviluppata da citizenten99, e la sua funzione principale è "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multiple-word Find and Replace
Scarica i file di estensione Multiple-word Find and Replace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gijcaigcajgchodhmcnbhecekmpfpiap |
URL Ufficiale | https://chrome.google.com/webstore/detail/multiple-word-find-and-re/gijcaigcajgchodhmcnbhecekmpfpiap |
Descrizione | web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace |
Dimensione del File | 5.33 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-14 |
Data di Pubblicazione | 2015-12-14 |
Valutazione | 1.57/5 Totale 7 Valutazioni |
Sviluppatore | citizenten99 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/citizenten/Jscript_ChromeAppFindandReplace |
Lingue Supportate | 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", " |