Simple Window Resizer
Quickly moves your Firefox window to a pre-defined position on your screen.
O que é Simple Window Resizer?
Simple Window Resizer é uma extensão do Chrome desenvolvida por Soustruh, e sua principal característica é "Quickly moves your Firefox window to a pre-defined position on your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Window Resizer
Baixe arquivos de extensão Simple Window Resizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
You might like this add-on if you frequently switch between the display of your laptop and external screens and do not like browsing in fullscreen. In one click it moves your window to a pre-defined position and resizes it to leave a configurable space around (I personally like to see my instant messenger window all the time on the right). Recommended values for top, left and bottom margins in Windows 10 are -1, -6 and 34 px, respectively. Any feature request welcome! :-)
Informações Básicas da Extensão
Nome | Simple Window Resizer |
ID | mfiakfjaghmfobbjfbefhhdcbknekfic |
URL Oficial | https://chromewebstore.google.com/detail/simple-window-resizer/mfiakfjaghmfobbjfbefhhdcbknekfic |
Descrição | Quickly moves your Firefox window to a pre-defined position on your screen. |
Tamanho do Arquivo | 11.88 KB |
Contagem de Instalações | 204 |
Versão Atual | 1.2 |
Última Atualização | 2019-02-15 |
Data de Publicação | 2019-02-15 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Soustruh |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://krasty.sbeta.cz/hr-nice/privacy |
Idiomas Suportados | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "manifest_version": 2, "name": "Simple Window Resizer", "version": "1.2", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "32": "icon_32.png", "48": "icon_48.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "32": "icon_32.png" }, "default_title": "Resize!" }, "options_ui": { "page": "options.html" } } |