Right-Click Walk Score

Display the Walk Score of any address

Right-Click Walk Scoreとは何ですか?

Right-Click Walk Scoreはhttps://www.sarahhagstrom.comによって開発されたChromeの拡張機能で、その主な機能は「Display the Walk Score of any address」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Right-Click Walk Score拡張機能のCRXファイルをダウンロード

Right-Click Walk Score拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Right-Click Walk Score Chrome extension allows you to get the Walk Score of any address just by selecting it, right-clicking (or ctrl-clicking), and choosing "Get Walk Score for this address" from the context menu. It works not only on addresses but also on city names, neighborhood names, and zip codes.

By default, the extension pops up a small summary window displaying just the walk, transit, and bike score badges. You can click through to the full detailed view from there.

You may configure the extension to skip the summary popup window and load the full Walk Score page directly into a new window or tab instead.

If you will be searching in only one city, you may also configure the extension to always qualify searches with that city name. This expands the functionality of the extension so it can cope more impressively with incomplete addresses and unqualified neighborhood names.

For more details see the README file on the GitHub repo:
https://github.com/sarahhagstrom/chrome-walkscore/blob/master/README.md                    

拡張機能の基本情報

名前 Right-Click Walk Score Right-Click Walk Score
ID glgonbiicgapabdbfooolnobnjmjleim
公式URL https://chromewebstore.google.com/detail/right-click-walk-score/glgonbiicgapabdbfooolnobnjmjleim
説明 Display the Walk Score of any address
ファイルサイズ 1.58 MB
インストール数 61
現在のバージョン 1.1.1
最終更新日 2013-11-13
公開日 2013-11-12
評価 2.50/5 合計 4 レビュー
開発者 https://www.sarahhagstrom.com
支払い方法 free
拡張機能のウェブサイト https://github.com/sarahhagstrom/chrome-walkscore
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Right-Click Walk Score",
    "description": "Display the Walk Score of any address",
    "homepage_url": "https:\/\/github.com\/sarahhagstrom\/chrome-walkscore\/blob\/master\/README.md",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "version": "1.1.1",
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}