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 |
| Eメール | [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"
]
}
]
} | |