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은(는) https://maxgr.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink."입니다.
확장 프로그램 스크린샷
Iframe QuickLink - Open Iframe URLs in a New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ 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"
} | |