New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Что такое New Window Position fixer?
New Window Position fixer - это расширение Chrome, разработанное ymgve, и его основная функция - "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Снимки экрана расширения
Скачать файл CRX расширения New Window Position fixer
Скачайте файлы расширений New Window Position fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Normally, when you use Ctrl+N to open a non-maximized new window, it is slightly offset down and to the right of the previous window. This extension fixes this so the new window will exactly overlap the previous window.
Основная информация о расширении
Название | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
Официальный URL | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Описание | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Размер файла | 3.18 KB |
Количество установок | 248 |
Текущая Версия | 0.1 |
Последнее Обновление | 2023-02-16 |
Дата публикации | 2015-03-21 |
Рейтинг | 4.38/5 Всего 13 оценок |
Разработчик | ymgve |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Window Position fixer", "version": "0.1", "description": "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window", "background": { "scripts": [ "background.js" ] } } |