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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}