Word Switcher
You can easily switch any word in your text with just a click!
Vad är Word Switcher?
Word Switcher är en Chrome-tillägg utvecklad av samiroph.media, och dess huvudfunktion är "You can easily switch any word in your text with just a click!".
Tilläggsskärmbilder
Ladda ner Word Switcher-förlängningens CRX-fil
Ladda ner Word Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
World Switcher - the ultimate text editing extension for your browser! With World Switcher, you can easily switch any word in your text with just a click. This powerful tool allows you to make quick edits, update outdated language, and improve your writing in real-time.
Grundläggande Information om Tillägg
Namn | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
Officiell webbadress | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Beskrivning | You can easily switch any word in your text with just a click! |
Filstorlek | 12.76 KB |
Antal Installationer | 780 |
Aktuell Version | 1 |
Senast Uppdaterad | 2023-01-26 |
Publiceringsdatum | 2023-01-26 |
Utvecklare | samiroph.media |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://home.ageandinone.com/ |
Hjälpsida URL | https://home.ageandinone.com/contact.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily switch any word in your text with just a click!", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "Word Switcher", "default_popup": "popup.html" }, "manifest_version": 3, "name": "Word Switcher", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |