Windows Switcher
Allow you to switch between windows.
Windows Switcherとは何ですか?
Windows SwitcherはOrel Erakiによって開発されたChromeの拡張機能で、その主な機能は「Allow you to switch between windows.」です。
Windows Switcher拡張機能のCRXファイルをダウンロード
Windows Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allow you to switch between windows.
拡張機能の基本情報
名前 | Windows Switcher |
ID | baakeoaocddjkehmfmjgejjnajfmjfgd |
公式URL | https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd |
説明 | Allow you to switch between windows. |
ファイルサイズ | 11.76 KB |
インストール数 | 82 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-06-23 |
公開日 | 2018-06-23 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Orel Eraki |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/oreleraki/windows-changer |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Windows Switcher", "short_name": "WindowsSwitcher", "version": "1.0.0", "description": "Allow you to switch between windows.", "author": "Orel Eraki - [email protected]", "homepage_url": "http:\/\/www.oreleraki.com", "icons": { "128": "icons\/window-switcher-128.png" }, "browser_action": { "default_icon": "icons\/window-switcher-128.png", "name": "Switch" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |