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 |
公式URL | 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" ] } |