Price Converter
Converts Polish Zloty to Euro
Co to jest Price Converter?
Price Converter to rozszerzenie Chrome opracowane przez andymgroove, a jego główną funkcją jest „Converts Polish Zloty to Euro”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Price Converter
Pobierz pliki rozszerzeń Price Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Automatically converts polish Zloty to Euro prices in www.allegro.pl If prices do not appear - reload the allegro.pl page.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | akioidnlcbamonmmjaadoedlfndimhej |
Oficjalny URL | https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej |
Opis | Converts Polish Zloty to Euro |
Rozmiar pliku | 41.11 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-03-14 |
Data Publikacji | 2016-03-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | andymgroove |
Typ Płatności | free |
Strona Rozszerzenia | http://jumper.lt |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price Converter", "description": "Converts Polish Zloty to Euro", "version": "1.0", "browser_action": { "default_icon": "money.png" }, "icons": { "16": "jumper.png", "48": "money.png" }, "content_scripts": [ { "matches": [ "http:\/\/allegro.pl\/*", "http:\/\/archiwum.allegro.pl\/*", "http:\/\/promocje.allegro.pl\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "price_converter.js" ] } ], "permissions": [ "tabs", "http:\/\/allegro.pl\/*", "storage" ] } |