kijiji enhanced
Make it easier to browse kijiji.ca
Cos'è kijiji enhanced?
kijiji enhanced è un'estensione di Chrome sviluppata da http://ohdoylerules.com, e la sua funzione principale è "Make it easier to browse kijiji.ca".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione kijiji enhanced
Scarica i file di estensione kijiji enhanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Kijiji Enhanced allows users to rotate images a full 360 degrees, load an inline map on pages with a valid address, and increase the thumbnail size while viewing all listings! This app works with the new Kijiji Image Box.
Informazioni di Base sull'Estensione
Nome | |
ID | hgddjejkbfbalimhbamdmlnkkcldkcam |
URL Ufficiale | https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam |
Descrizione | Make it easier to browse kijiji.ca |
Dimensione del File | 39.96 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2015-06-22 |
Data di Pubblicazione | 2015-06-22 |
Valutazione | 4.04/5 Totale 50 Valutazioni |
Sviluppatore | http://ohdoylerules.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/WARPAINTMedia/kijiji-enhanced |
URL della Pagina di Aiuto | https://github.com/WARPAINTMedia/kijiji-enhanced |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*.kijiji.ca\/*", "https:\/\/*.kijiji.ca\/*", "https:\/\/maps.googleapis.com\/maps\/api\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "https:\/\/maps.googleapis.com\/maps\/api\/*" ], "permissions": [ "tabs", "storage", "http:\/\/*.kijiji.ca\/*", "https:\/\/*.kijiji.ca\/*", "https:\/\/maps.googleapis.com\/maps\/api\/*" ] } |