Iframe QuickLink - Open Iframe URLs in a New Tab
Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Что такое Iframe QuickLink - Open Iframe URLs in a New Tab?
Iframe QuickLink - Open Iframe URLs in a New Tab - это расширение Chrome, разработанное https://maxgr.dev, и его основная функция - "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".
Снимки экрана расширения
Скачать файл CRX расширения Iframe QuickLink - Open Iframe URLs in a New Tab
Скачайте файлы расширений Iframe QuickLink - Open Iframe URLs in a New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
✨ Effortless Navigation: Right-click on any iframe to open its URL in a new tab instantly.
🛠️ Developer's Toolbox: A valuable tool for developers to enhance workflow.
⏰ Time-Saving: Eliminates manual steps, making iframe inspection and interaction more efficient.
🌐 Streamlined Workflow: Simplifies the process of navigating and working with iframe elements in Chrome. Основная информация о расширении
| Название | |
| ID | nfjhbjdckjldofelpokknfmbaaflfobm |
| Официальный URL | https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm |
| Описание | Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink. |
| Размер файла | 24.3 KB |
| Количество установок | 66 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2024-02-26 |
| Дата публикации | 2023-08-26 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://maxgr.dev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | de,en,fr,es,ru,zh-CN,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"short_name": "Iframe QuickLink",
"description": "__MSG_description__",
"version": "1.2",
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_name__",
"default_popup": "index.html"
},
"manifest_version": 3,
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"default_locale": "en"
} | |