kijiji enhanced
Make it easier to browse kijiji.ca
Was ist kijiji enhanced?
kijiji enhanced ist eine Chrome-Erweiterung, die von http://ohdoylerules.com entwickelt wurde, und ihr Hauptmerkmal ist "Make it easier to browse kijiji.ca".
Erweiterungsscreenshots
kijiji enhanced-Erweiterungs-CRX-Datei herunterladen
Laden Sie kijiji enhanced-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgddjejkbfbalimhbamdmlnkkcldkcam |
Offizielle URL | https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam |
Beschreibung | Make it easier to browse kijiji.ca |
Dateigröße | 39.96 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2015-06-22 |
Veröffentlichungsdatum | 2015-06-22 |
Bewertung | 4.04/5 Insgesamt 50 Bewertungen |
Entwickler | http://ohdoylerules.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/WARPAINTMedia/kijiji-enhanced |
Hilfeseite URL | https://github.com/WARPAINTMedia/kijiji-enhanced |
Unterstützte Sprachen | 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\/*" ] } |