kijiji enhanced
Make it easier to browse kijiji.ca
什麼是kijiji enhanced?
kijiji enhanced是由http://ohdoylerules.com開發的Chrome擴展程式,該擴展的主要功能是“Make it easier to browse kijiji.ca”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hgddjejkbfbalimhbamdmlnkkcldkcam |
官方網址 | 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\/*" ] } |