Price2WorkingHours

See prices in working hours - Hungarian Forint only

O que é Price2WorkingHours?

Price2WorkingHours é uma extensão do Chrome desenvolvida por Robert Gaspar, e sua principal característica é "See prices in working hours - Hungarian Forint only".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Price2WorkingHours

Baixe arquivos de extensão Price2WorkingHours no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Price2WorkingHours Price2WorkingHours
ID hbfcmdlccdnjgnmcikpkgcgcoekdfdac
URL Oficial https://chromewebstore.google.com/detail/price2workinghours/hbfcmdlccdnjgnmcikpkgcgcoekdfdac
Descrição See prices in working hours - Hungarian Forint only
Tamanho do Arquivo 446 KB
Contagem de Instalações 42
Versão Atual 0.6
Última Atualização 2018-05-27
Data de Publicação 2018-05-27
Desenvolvedor Robert Gaspar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}