Windows Switcher
Allow you to switch between windows.
What is Windows Switcher?
Windows Switcher is a Chrome extension developed by Orel Eraki, and its main feature is "Allow you to switch between windows.".
Download Windows Switcher Extension CRX File
Download Windows Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allow you to switch between windows.
Extension Basic Information
Name | Windows Switcher |
ID | baakeoaocddjkehmfmjgejjnajfmjfgd |
Official URL | https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd |
Description | Allow you to switch between windows. |
File Size | 11.76 KB |
Installation Count | 82 |
Current Version | 1.0.0 |
Last Updated | 2018-06-23 |
Publish Date | 2018-06-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Orel Eraki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oreleraki/windows-changer |
Supported Languages | 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" ] } |