kijiji enhanced

Make it easier to browse kijiji.ca

kijiji enhancedคืออะไร?

kijiji enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ohdoylerules.com และคุณลักษณะหลักของมันคือ "Make it easier to browse kijiji.ca"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย kijiji enhanced

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}