Bundle Catcher
Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites
Bundle Catcher란 무엇입니까?
Bundle Catcher은(는) ibatta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites"입니다.
확장 프로그램 스크린샷
Bundle Catcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get the PWA/Adaptive bundle you are currently viewing on mobile/tablet sites, Make sure you are previewing the correct bundle. How to use: Just navigate to a PWA/Adaptive site and wait until the extension icon from the right top corner from chrome has the bundle number. if it is green then you are previewing a bundle else you are seeing the published bundle. Hover extension icon to see the active version. Note: in case the site is mobile please make sure to go to mobile site by using chrome emulator
확장 프로그램 기본 정보
이름 | Bundle Catcher |
ID | efndhobdfdkkaabhoooopkkfmdnfeplh |
공식 URL | https://chromewebstore.google.com/detail/bundle-catcher/efndhobdfdkkaabhoooopkkfmdnfeplh |
설명 | Get the PWA/Adaptive bundle you are viewing on mobile/tablet sites |
파일 크기 | 14.63 KB |
설치 횟수 | 78 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-07-29 |
출시 날짜 | 2019-10-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ibatta |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bundle Catcher", "version": "1.0.2", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "description": "Get the PWA\/Adaptive bundle you are viewing on mobile\/tablet sites", "minimum_chrome_version": "45.0", "permissions": [ "activeTab", "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "panel.js" ], "persistent": true }, "browser_action": [] } |