Price2WorkingHours
See prices in working hours - Hungarian Forint only
Price2WorkingHours là gì?
Price2WorkingHours là một tiện ích mở rộng Chrome được phát triển bởi Robert Gaspar, và tính năng chính của nó là "See prices in working hours - Hungarian Forint only".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Price2WorkingHours
Tải xuống các tệp mở rộng Price2WorkingHours dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Price2WorkingHours |
ID | hbfcmdlccdnjgnmcikpkgcgcoekdfdac |
URL Chính Thức | https://chromewebstore.google.com/detail/price2workinghours/hbfcmdlccdnjgnmcikpkgcgcoekdfdac |
Mô tả | See prices in working hours - Hungarian Forint only |
Kích Thước Tệp | 446 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2018-05-27 |
Ngày Phát Hành | 2018-05-27 |
Nhà Phát Triển | Robert Gaspar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |