Evaluatr

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

What is Evaluatr?

Evaluatr is a Chrome extension developed by https://www.evaluatr.co, and its main feature is "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Extension Screenshots

screenshot
screenshot

Download Evaluatr Extension CRX File

Download Evaluatr 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

                        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.                    

Extension Basic Information

Name Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
Official URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Description The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
File Size 15.02 KB
Installation Count 22
Current Version 1.22
Last Updated 2017-02-01
Publish Date 2017-02-01
Developer https://www.evaluatr.co
Email [email protected]
Payment Type free
Help Page URL https://www.evaluatr.co/help
Supported Languages 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"
    ]
}