kijiji enhanced
Make it easier to browse kijiji.ca
kijiji enhanced là gì?
kijiji enhanced là một tiện ích mở rộng Chrome được phát triển bởi http://ohdoylerules.com, và tính năng chính của nó là "Make it easier to browse kijiji.ca".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng kijiji enhanced
Tải xuống các tệp mở rộng kijiji enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgddjejkbfbalimhbamdmlnkkcldkcam |
URL Chính Thức | https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam |
Mô tả | Make it easier to browse kijiji.ca |
Kích Thước Tệp | 39.96 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-06-22 |
Ngày Phát Hành | 2015-06-22 |
Đánh Giá | 4.04/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | http://ohdoylerules.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/WARPAINTMedia/kijiji-enhanced |
URL Trang Trợ Giúp | https://github.com/WARPAINTMedia/kijiji-enhanced |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |