Evaluatr

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

Cos'è Evaluatr?

Evaluatr è un'estensione di Chrome sviluppata da https://www.evaluatr.co, e la sua funzione principale è "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Evaluatr

Scarica i file di estensione Evaluatr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
URL Ufficiale https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Descrizione The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Dimensione del File 15.02 KB
Conteggio Installazioni 22
Versione Corrente 1.22
Ultimo Aggiornamento 2017-02-01
Data di Pubblicazione 2017-02-01
Sviluppatore https://www.evaluatr.co
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.evaluatr.co/help
Lingue Supportate 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"
    ]
}