Evaluatr

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

Hvad er Evaluatr?

Evaluatr er en Chrome-udvidelse udviklet af https://www.evaluatr.co, og dens hovedfunktion er "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Evaluatr-udvidelses-CRX-fil

Download Evaluatr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
Officiel URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Beskrivelse The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Filstørrelse 15.02 KB
Antal Installationer 22
Nuværende Version 1.22
Senest Opdateret 2017-02-01
Udgivelsesdato 2017-02-01
Udvikler https://www.evaluatr.co
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.evaluatr.co/help
Understøttede Sprog 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"
    ]
}