Evaluatr

The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.

Evaluatrとは何ですか?

Evaluatrはhttps://www.evaluatr.coによって開発されたChromeの拡張機能で、その主な機能は「The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Evaluatr allows anybody to rate any Tumblr posts one through to five stars. Rated posts appear on charts on the Evaluatr website.

The browser extension places the rating button on all posts on your Tumblr Dashboard, post permalink pages on Tumblelogs and Tumblr posts embedded on other sites.                    

拡張機能の基本情報

名前 Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
公式URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
説明 The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
ファイルサイズ 15.02 KB
インストール数 22
現在のバージョン 1.22
最終更新日 2017-02-01
公開日 2017-02-01
開発者 https://www.evaluatr.co
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.evaluatr.co/help
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evaluatr",
    "version": "1.22",
    "description": "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Evaluatr",
    "homepage_url": "https:\/\/www.evaluatr.co",
    "content_scripts": [
        {
            "js": [
                "load.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}