📜 ⬆️ ⬇️

Extension folding google chrome to tray

I wrote my first Google Chrome extension that I want to share with you. All it does is hide Google Chrome minimized windows in a tray. You can maximize the window from the tray by right clicking on the Chrome icon. A double click leads to the unfolding of all minimized windows.



The extension only works with the Windows version of Google Chrome version 3 and higher (tested on 3.0.195.4 and 4.0.221.6 ).

You can download the extension from the project page on Google Code . In the same place I laid out the sources of the expansion itself and the source codes of the Dll used for the expansion operation.
')
If extensions are disabled, you need to run Chrome with the command line options
--enable-extensions

To remove this extension, open the extensions tab (type chrome: // extensions in the address bar) and click Uninstall .

If there is interest, then I can describe in detail the process of creating this extension, Dll-ki, supporting NPAPI, with which you can add Dll libraries to Google Chrome extensions.

UPD

User TedBeer suggests that in the official versions of Google Chrome, this extension will not work.

Source: https://habr.com/ru/post/72458/


All Articles