Price Converter
Converts Polish Zloty to Euro
Apa itu Price Converter?
Price Converter adalah ekstensi Chrome yang dikembangkan oleh andymgroove, dan fitur utamanya adalah "Converts Polish Zloty to Euro".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Price Converter
Unduh file ekstensi Price Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Automatically converts polish Zloty to Euro prices in www.allegro.pl If prices do not appear - reload the allegro.pl page.
Informasi Dasar Ekstensi
Nama | |
ID | akioidnlcbamonmmjaadoedlfndimhej |
URL Resmi | https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej |
Deskripsi | Converts Polish Zloty to Euro |
Ukuran File | 41.11 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-14 |
Tanggal Publikasi | 2016-03-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | andymgroove |
Tipe Pembayaran | free |
Situs Ekstensi | http://jumper.lt |
Bahasa yang Didukung | 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" ] } |