Evaluatr

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

Wat is Evaluatr?

Evaluatr is een Chrome-extensie ontwikkeld door https://www.evaluatr.co, en de belangrijkste functie is "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Evaluatr

Download Evaluatr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
Officiële URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Beschrijving The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Bestandsgrootte 15.02 KB
Aantal Installaties 22
Huidige Versie 1.22
Laatst Bijgewerkt 2017-02-01
Publicatiedatum 2017-02-01
Ontwikkelaar https://www.evaluatr.co
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.evaluatr.co/help
Ondersteunde Talen 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"
    ]
}