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.
扩展基本信息
名称 | Tesco Groceries TPNB Viewer |
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 |
电子邮箱 | [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" } |