Evaluatr

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

Co to jest Evaluatr?

Evaluatr to rozszerzenie Chrome opracowane przez https://www.evaluatr.co, a jego główną funkcją jest „The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Evaluatr

Pobierz pliki rozszerzeń Evaluatr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
Oficjalny URL https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Opis The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Rozmiar pliku 15.02 KB
Liczba instalacji 22
Aktualna Wersja 1.22
Ostatnia Aktualizacja 2017-02-01
Data Publikacji 2017-02-01
Deweloper https://www.evaluatr.co
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.evaluatr.co/help
Obsługiwane Języki 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"
    ]
}