Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Что такое Open link in this tab?
Open link in this tab - это расширение Chrome, разработанное https://wis.am, и его основная функция - "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Снимки экрана расширения
Скачать файл CRX расширения Open link in this tab
Скачайте файлы расширений Open link in this tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Основная информация о расширении
Название | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
Официальный URL | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Описание | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Размер файла | 11.94 KB |
Количество установок | 83 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-08-24 |
Дата публикации | 2021-08-24 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://wis.am |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://wis.am/browser-extensions/open-link-in-this-tab |
URL страницы помощи | https://wis.am/browser-extensions/open-link-in-this-tab |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |