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
电子邮箱 [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"
    ]
}