Measur

Record how far you scroll on Tumblr

Measurとは何ですか?

Measurはcactusman.nickによって開発されたChromeの拡張機能で、その主な機能は「Record how far you scroll on Tumblr」です。

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

screenshot
screenshot
screenshot

Measur拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Ever wonder how much Tumbling you do?  Using Measur you'll know exactly how far you've gone as a physical distance.  Every inch or centimetre is recorded for posterity, so when you ask yourself what you've done all day, you'll know the extent of your Tumbles.

Each time you enter a Tumblr tab, Measur begins recording your travel.  Every tab receives an individual distance counter, as part of its title, which updates when you navigate to a new Tumblr page.  As well, a cumulative total is maintained and accessible by the button in the upper right corner.

The options page give you your choice of units, metric or imperial, as well as the ability to reset your total back to zero whenever you want.                    

拡張機能の基本情報

名前 Measur Measur
ID emmhkobkpbmoddcaejhpnffekhigbool
公式URL https://chromewebstore.google.com/detail/measur/emmhkobkpbmoddcaejhpnffekhigbool
説明 Record how far you scroll on Tumblr
ファイルサイズ 14.14 KB
インストール数 26
現在のバージョン 2.5
最終更新日 2013-08-19
公開日 2013-08-18
評価 5.00/5 合計 2 レビュー
開発者 cactusman.nick
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Measur",
    "version": "2.5",
    "manifest_version": 2,
    "icons": {
        "19": "images\/greyIcon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Record how far you scroll on Tumblr",
    "browser_action": {
        "default_icon": "images\/greyIcon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.tumblr.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "js": [
                "injectScript.js"
            ]
        }
    ]
}