Evaluatr

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

Apa itu Evaluatr?

Evaluatr adalah ekstensi Chrome yang dikembangkan oleh https://www.evaluatr.co, dan fitur utamanya adalah "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Evaluatr

Unduh file ekstensi Evaluatr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
URL Resmi https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Deskripsi The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Ukuran File 15.02 KB
Jumlah Instalasi 22
Versi Saat Ini 1.22
Terakhir Diperbarui 2017-02-01
Tanggal Publikasi 2017-02-01
Pengembang https://www.evaluatr.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.evaluatr.co/help
Bahasa yang Didukung 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"
    ]
}