Pret Mic
Emag Pret Mic
什么是Pret Mic?
Pret Mic是由https://sites.google.com/site/tiborkiss1980开发的Chrome扩展程序,该扩展的主要功能是“Emag Pret Mic”。
扩展截图
下载Pret Mic扩展crx文件
下载Pret Mic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension support the comparison of prices between emag and a price comparison site. The goal of the application is to support buyer in the decision of buying a good or service. 扩展基本信息
| 名称 | |
| ID | aipdmncodcfpifdkbpdlonfhlbilljgk |
| 官方URL | https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk |
| 简介 | Emag Pret Mic |
| 文件大小 | 26.76 KB |
| 安装次数 | 17 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2020-12-23 |
| 上架时间 | 2020-12-22 |
| 开发者 | https://sites.google.com/site/tiborkiss1980 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pret Mic",
"description": "Emag Pret Mic",
"version": "0.0.1",
"manifest_version": 2,
"icons": {
"16": "icons\/dr_16.png",
"48": "icons\/dr_48.png",
"128": "icons\/dr_128.png"
},
"background": {
"scripts": [
".\/src\/background.js"
]
},
"options_page": ".\/html\/options.html",
"browser_action": {
"default_popup": ".\/html\/popup.html"
},
"content_scripts": [
{
"js": [
".\/src\/inject.js"
],
"matches": [
"https:\/\/www.emag.ro\/*"
]
}
],
"permissions": [
"tabs",
"https:\/\/www.emag.ro\/*",
"https:\/\/www.compari.ro\/*"
]
} | |