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 |
官方網址 | 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": [] } |