Word Replacer
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Qu'est-ce que Word Replacer ?
Word Replacer est une extension Chrome développée par modulusdevs, et sa fonction principale est "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word Replacer
Téléchargez les fichiers d'extension Word Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.
Informations de Base sur l'Extension
Nom | Word Replacer |
ID | hfpjfkbenhdblefkfdlccgkagcfmkadk |
URL Officiel | https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk |
Description | Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the… |
Taille du Fichier | 9.34 KB |
Nombre d'Installations | 1,140 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-06-12 |
Date de Publication | 2020-06-12 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | modulusdevs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/milnorms/word-replacer-chrome |
URL de la Page d'Aide | https://github.com/milnorms/word-replacer-chrome |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Replacer", "version": "0.3", "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word Replacer" } } |