Listing Maps for Kijiji
Places a button beside each Kijiji listing, and will display the location on a map once clicked.
什麼是Listing Maps for Kijiji?
Listing Maps for Kijiji是由Tromdev開發的Chrome擴展程式,該擴展的主要功能是“Places a button beside each Kijiji listing, and will display the location on a map once clicked.”。
擴展截圖
下載Listing Maps for Kijiji擴展crx文件
下載Listing Maps for Kijiji擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the map marker icon beside each Ad listing, and a map will pop up below the listing centered on the location. Click on the map marker again to hide the map. **Will not work for an external "Partner Listing", because there is no address given.**
擴展基本資訊
名稱 | Listing Maps for Kijiji |
ID | odklgabfpnlnkaanboaaeoocajkanhng |
官方網址 | https://chromewebstore.google.com/detail/listing-maps-for-kijiji/odklgabfpnlnkaanboaaeoocajkanhng |
簡介 | Places a button beside each Kijiji listing, and will display the location on a map once clicked. |
檔案大小 | 376 KB |
安裝次數 | 29 |
目前版本 | 1.1 |
更新時間 | 2016-03-20 |
上架時間 | 2016-03-19 |
開發者 | Tromdev |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Listing Maps for Kijiji", "version": "1.1", "description": "Places a button beside each Kijiji listing, and will display the location on a map once clicked.", "icons": { "128": "images\/canada_big.jpg" }, "background": { "scripts": [ "jquery-2.2.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-2.2.1.min.js", "jquery-ui-1.11.4\/jquery-ui.js", "kijiji_content_script.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/maps.google.com\/*", "https:\/\/maps.googleapis.com\/*", "http:\/\/*\/*" ], "page_action": { "default_icon": "images\/marker.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ] } |