Windows Switcher
Allow you to switch between windows.
Vad är Windows Switcher?
Windows Switcher är en Chrome-tillägg utvecklad av Orel Eraki, och dess huvudfunktion är "Allow you to switch between windows.".
Ladda ner Windows Switcher-förlängningens CRX-fil
Ladda ner Windows Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allow you to switch between windows. Grundläggande Information om Tillägg
| Namn | |
| ID | baakeoaocddjkehmfmjgejjnajfmjfgd |
| Officiell webbadress | https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd |
| Beskrivning | Allow you to switch between windows. |
| Filstorlek | 11.76 KB |
| Antal Installationer | 82 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2018-06-23 |
| Publiceringsdatum | 2018-06-23 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Orel Eraki |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/oreleraki/windows-changer |
| Stödda Språk | 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"
]
} | |