Multiple-word Find and Replace

web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace

Was ist Multiple-word Find and Replace?

Multiple-word Find and Replace ist eine Chrome-Erweiterung, die von citizenten99 entwickelt wurde, und ihr Hauptmerkmal ist "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace".

Erweiterungsscreenshots

screenshot

Multiple-word Find and Replace-Erweiterungs-CRX-Datei herunterladen

Laden Sie Multiple-word Find and Replace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Multiple-word Find and Replace Multiple-word Find and Replace
ID gijcaigcajgchodhmcnbhecekmpfpiap
Offizielle URL https://chrome.google.com/webstore/detail/multiple-word-find-and-re/gijcaigcajgchodhmcnbhecekmpfpiap
Beschreibung web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace
Dateigröße 5.33 KB
Installationsanzahl 172
Aktuelle Version 1.0
Letztes Update 2015-12-14
Veröffentlichungsdatum 2015-12-14
Bewertung 1.57/5 Insgesamt 7 Bewertungen
Entwickler citizenten99
Zahlungsart free
Erweiterungswebsite https://github.com/citizenten/Jscript_ChromeAppFindandReplace
Unterstützte Sprachen 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",
        ""
    ]
}