kijiji enhanced

Make it easier to browse kijiji.ca

什么是kijiji enhanced?

kijiji enhanced是由http://ohdoylerules.com开发的Chrome扩展程序,该扩展的主要功能是“Make it easier to browse kijiji.ca”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载kijiji enhanced扩展crx文件

下载kijiji enhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 kijiji enhanced kijiji enhanced
ID hgddjejkbfbalimhbamdmlnkkcldkcam
官方URL https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam
简介 Make it easier to browse kijiji.ca
文件大小 39.96 KB
安装次数 1,000
当前版本 0.0.3
更新时间 2015-06-22
上架时间 2015-06-22
评分 4.04/5 共50次评分
开发者 http://ohdoylerules.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/WARPAINTMedia/kijiji-enhanced
帮助页面URL https://github.com/WARPAINTMedia/kijiji-enhanced
支持的语言 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\/*"
    ]
}