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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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": []
}  |  |