SUUMO坪単価表示拡張
suumo.jp の検索結果の販売価格と専有面積から坪単価を計算して、販売価格の横に表示するChrome拡張
What is SUUMO坪単価表示拡張?
SUUMO坪単価表示拡張 is a Chrome extension developed by Unknown, and its main feature is "suumo.jp の検索結果の販売価格と専有面積から坪単価を計算して、販売価格の横に表示するChrome拡張".
Extension Screenshots
Download SUUMO坪単価表示拡張 Extension CRX File
Download SUUMO坪単価表示拡張 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
バージョン 0.1 現在、"中古マンションの購入情報 検索結果一覧" でしか機能しません。 ご要望等ございましたら、[email protected] までご連絡ください。
Extension Basic Information
Name | SUUMO坪単価表示拡張 |
ID | coiojdmikpibfffhmhcmeamfimcnpmoa |
Official URL | https://chromewebstore.google.com/detail/suumo%E5%9D%AA%E5%8D%98%E4%BE%A1%E8%A1%A8%E7%A4%BA%E6%8B%A1%E5%BC%B5/coiojdmikpibfffhmhcmeamfimcnpmoa |
Description | suumo.jp の検索結果の販売価格と専有面積から坪単価を計算して、販売価格の横に表示するChrome拡張 |
File Size | 7.88 KB |
Installation Count | 98 |
Current Version | 0.1 |
Last Updated | 2018-12-28 |
Publish Date | 2018-12-27 |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SUUMO\u576a\u5358\u4fa1\u8868\u793a\u62e1\u5f35", "version": "0.1", "description": "suumo.jp \u306e\u691c\u7d22\u7d50\u679c\u306e\u8ca9\u58f2\u4fa1\u683c\u3068\u5c02\u6709\u9762\u7a4d\u304b\u3089\u576a\u5358\u4fa1\u3092\u8a08\u7b97\u3057\u3066\u3001\u8ca9\u58f2\u4fa1\u683c\u306e\u6a2a\u306b\u8868\u793a\u3059\u308bChrome\u62e1\u5f35", "author": "SightSeeker", "permissions": [ "activeTab", "*:\/\/suumo.jp\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/suumo.jp\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "images\/icon_128.png" } } |