Word Switcher

You can easily switch any word in your text with just a click!

Cos'è Word Switcher?

Word Switcher è un'estensione di Chrome sviluppata da samiroph.media, e la sua funzione principale è "You can easily switch any word in your text with just a click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Switcher

Scarica i file di estensione Word Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word Switcher Word Switcher
ID mmonnalnmgkpgdgclmjlmeigahneeeid
URL Ufficiale https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid
Descrizione You can easily switch any word in your text with just a click!
Dimensione del File 12.76 KB
Conteggio Installazioni 780
Versione Corrente 1
Ultimo Aggiornamento 2023-01-26
Data di Pubblicazione 2023-01-26
Sviluppatore samiroph.media
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://home.ageandinone.com/
URL della Pagina di Aiuto https://home.ageandinone.com/contact.html
Lingue Supportate 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"
            ]
        }
    ]
}