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
Eメール [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\/*"
    ]
}