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文件
下载Bundle Catcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [] } |