Word Switcher
You can easily switch any word in your text with just a click!
什么是Word Switcher?
Word Switcher是由samiroph.media开发的Chrome扩展程序,该扩展的主要功能是“You can easily switch any word in your text with just a click!”。
扩展截图
下载Word Switcher扩展crx文件
下载Word Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
官方URL | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
简介 | You can easily switch any word in your text with just a click! |
文件大小 | 12.76 KB |
安装次数 | 780 |
当前版本 | 1 |
更新时间 | 2023-01-26 |
上架时间 | 2023-01-26 |
开发者 | samiroph.media |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://home.ageandinone.com/ |
帮助页面URL | https://home.ageandinone.com/contact.html |
支持的语言 | 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" ] } ] } |