Tesco Groceries TPNB Viewer
TPNB lightbox viewer with EAN's
Tesco Groceries TPNB Viewerとは何ですか?
Tesco Groceries TPNB Viewerはreece.caseyによって開発されたChromeの拡張機能で、その主な機能は「TPNB lightbox viewer with EAN's」です。
拡張機能のスクリーンショット
Tesco Groceries TPNB Viewer拡張機能のCRXファイルをダウンロード
Tesco Groceries TPNB Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        TPNB overlays and lightbox for groceries website. This is an unofficial Tesco app and not maintained.
Please note:
Support for new Tesco Groceries website, old website now depreciated for this tool.  Due to the new website being a single page application the way this tool works is slightly different and will require clicking View TPNBs.                     拡張機能の基本情報
| 名前 |   |  
| ID | fpikobmknihlapfapngjffpnkfmgmkjb | 
| 公式URL | https://chromewebstore.google.com/detail/tesco-groceries-tpnb-view/fpikobmknihlapfapngjffpnkfmgmkjb | 
| 説明 | TPNB lightbox viewer with EAN's | 
| ファイルサイズ | 214 KB | 
| インストール数 | 443 | 
| 現在のバージョン | 4.3 | 
| 最終更新日 | 2018-04-24 | 
| 公開日 | 2018-04-24 | 
| 評価 | 3.67/5 合計 6 レビュー | 
| 開発者 | reece.casey | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-GB | 
| manifest.json | |
 {
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "featherlight\/featherlight.min.css",
                "style\/pure.css"
            ],
            "js": [
                "script\/jquery.min.js",
                "featherlight\/featherlight.min.js",
                "script\/inject.js"
            ],
            "matches": [
                "https:\/\/www.tesco.com\/groceries*",
                "https:\/\/www.tesco.com\/groceries\/*",
                "http:\/\/www.tesco.com\/groceries*",
                "http:\/\/www.tesco.com\/groceries\/*"
            ]
        }
    ],
    "description": "TPNB lightbox viewer with EAN's",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkF6f3VaCloXdjx8Kj7DuegnXM1ifj6BsH0\/enunLeiIersG0\/Z40x9qMA6Sr96Zzy7ZcGE297yqRua0KeYVa5+iNA7N0DKrwR5yGj37tAaaQRTDNf99kt+ZzLCFeCw9HnIcZFlcBSct65y7iDaBpzmhx4no7lk2xBFJX+r\/epJGvOXJY3IUOq\/69x2KQSncus3XWYE5o0FRAFR1BFr3NsmqaIngyHUzuV+Iy1o66xp8X\/\/Tt2+nMPnaBclDnPXfCgZ4Cw0P7\/XU3\/zVStob70ofo1jtDvLUcFV7FYT0DNFPouSQRgi9f9f+fcVa5ho9B0SxgYriVATHHTME9NGwjBwIDAQAB",
    "manifest_version": 2,
    "name": "Tesco Groceries TPNB Viewer",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.3"
}  |  |