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 |
| 官方網址 | 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"
]
}
]
} | |