Word Switcher
You can easily switch any word in your text with just a click!
Co to jest Word Switcher?
Word Switcher to rozszerzenie Chrome opracowane przez samiroph.media, a jego główną funkcją jest „You can easily switch any word in your text with just a click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word Switcher
Pobierz pliki rozszerzeń Word Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
Oficjalny URL | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Opis | You can easily switch any word in your text with just a click! |
Rozmiar pliku | 12.76 KB |
Liczba instalacji | 780 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2023-01-26 |
Data Publikacji | 2023-01-26 |
Deweloper | samiroph.media |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://home.ageandinone.com/ |
Adres URL Strony Pomocy | https://home.ageandinone.com/contact.html |
Obsługiwane Języki | 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" ] } ] } |