Open Links in New Tab
This extension allows you to decide which websites you want to automatically open in a new tab.
Что такое Open Links in New Tab?
Open Links in New Tab - это расширение Chrome, разработанное Aran Sandhu, и его основная функция - "This extension allows you to decide which websites you want to automatically open in a new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Open Links in New Tab
Скачайте файлы расширений Open Links in New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will allow you to create a list of websites so that whenever you click a link on one of those websites, the link will automatically open in a new tab. Perfect for websites like Google, Reddit, and YouTube.
Основная информация о расширении
Название | |
ID | bbccifaebcaangidpmojlooininapefb |
Официальный URL | https://chrome.google.com/webstore/detail/open-links-in-new-tab/bbccifaebcaangidpmojlooininapefb |
Описание | This extension allows you to decide which websites you want to automatically open in a new tab. |
Размер файла | 111 KB |
Количество установок | 1,000 |
Текущая Версия | 1.05 |
Последнее Обновление | 2020-08-18 |
Дата публикации | 2018-08-07 |
Рейтинг | 2.11/5 Всего 9 оценок |
Разработчик | Aran Sandhu |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Links in New Tab", "description": "This extension allows you to decide which websites you want to automatically open in a new tab.", "version": "1.05", "author": "Aran Sandhu", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-3.3.1.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |