Price2WorkingHours
See prices in working hours - Hungarian Forint only
什么是Price2WorkingHours?
Price2WorkingHours是由Robert Gaspar开发的Chrome扩展程序,该扩展的主要功能是“See prices in working hours - Hungarian Forint only”。
扩展截图
下载Price2WorkingHours扩展crx文件
下载Price2WorkingHours扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can quickly convert displayed product prices to working hours to motivate or discourage yourself. Supported sites at the moment: - arukereso.hu - edigital.hu - alza.hu - 220volt.hu - emag.hu ** what's new in version 0.6: - added support for 220volt.hu and emag.hu - displaying both price and working hours How to use: 0. Click on the extension icon to see settings. 1. Set your monthly disposable income (net amount) in Hungarian Forints. 2. Set your weekly working hours 3. Press the submit button and navigate to one of the supported sites. You might need to refresh the page to activate changes.
扩展基本信息
名称 | Price2WorkingHours |
ID | hbfcmdlccdnjgnmcikpkgcgcoekdfdac |
官方URL | https://chromewebstore.google.com/detail/price2workinghours/hbfcmdlccdnjgnmcikpkgcgcoekdfdac |
简介 | See prices in working hours - Hungarian Forint only |
文件大小 | 446 KB |
安装次数 | 42 |
当前版本 | 0.6 |
更新时间 | 2018-05-27 |
上架时间 | 2018-05-27 |
开发者 | Robert Gaspar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price2WorkingHours", "description": "See prices in working hours - Hungarian Forint only", "version": "0.6", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "price2hours", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.arukereso.hu\/*", "http:\/\/*.arukereso.hu\/*", "https:\/\/*.alza.hu\/*", "http:\/\/*.alza.hu\/*", "https:\/\/*.edigital.hu\/*", "http:\/\/*.edigital.hu\/*", "http:\/\/*.220volt.hu\/*", "https:\/\/*.220volt.hu\/*", "http:\/\/*.emag.hu\/*", "https:\/\/*.emag.hu\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage" ] } |