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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον citizenten99, και η κύρια λειτουργία του είναι "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Multiple-word Find and Replace
Λήψη αρχείων επέκτασης 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", " |