kijiji enhanced

Make it easier to browse kijiji.ca

Wat is kijiji enhanced?

kijiji enhanced is een Chrome-extensie ontwikkeld door http://ohdoylerules.com, en de belangrijkste functie is "Make it easier to browse kijiji.ca".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie kijiji enhanced

Download kijiji enhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam kijiji enhanced kijiji enhanced
ID hgddjejkbfbalimhbamdmlnkkcldkcam
Officiële URL https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam
Beschrijving Make it easier to browse kijiji.ca
Bestandsgrootte 39.96 KB
Aantal Installaties 1,000
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-06-22
Publicatiedatum 2015-06-22
Beoordeling 4.04/5 Totaal 50 Beoordelingen
Ontwikkelaar http://ohdoylerules.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/WARPAINTMedia/kijiji-enhanced
Help Pagina-URL https://github.com/WARPAINTMedia/kijiji-enhanced
Ondersteunde Talen 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\/*"
    ]
}