Evaluatr

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

Was ist Evaluatr?

Evaluatr ist eine Chrome-Erweiterung, die von https://www.evaluatr.co entwickelt wurde, und ihr Hauptmerkmal ist "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Evaluatr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Evaluatr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
Offizielle URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Beschreibung The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Dateigröße 15.02 KB
Installationsanzahl 22
Aktuelle Version 1.22
Letztes Update 2017-02-01
Veröffentlichungsdatum 2017-02-01
Entwickler https://www.evaluatr.co
E-Mail mail@evaluatr.co
Zahlungsart free
Hilfeseite URL https://www.evaluatr.co/help
Unterstützte Sprachen 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"
    ]
}