Price2WorkingHours

See prices in working hours - Hungarian Forint only

Price2WorkingHours क्या है?

Price2WorkingHours Robert Gaspar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See prices in working hours - Hungarian Forint only"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Price2WorkingHours एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}