├── .gitignore ├── LICENSE ├── README.md ├── docDev.md ├── extension.js └── metadata.json /.gitignore: -------------------------------------------------------------------------------- 1 | tags 2 | Current_screen_only_for_Alternate_Tab@bourcereau.fr.zip 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmai/Current_screen_only_on_window_switcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmai/Current_screen_only_on_window_switcher/HEAD/README.md -------------------------------------------------------------------------------- /docDev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmai/Current_screen_only_on_window_switcher/HEAD/docDev.md -------------------------------------------------------------------------------- /extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmai/Current_screen_only_on_window_switcher/HEAD/extension.js -------------------------------------------------------------------------------- /metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mmai/Current_screen_only_on_window_switcher/HEAD/metadata.json --------------------------------------------------------------------------------