Evaluatr

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

ما هو Evaluatr؟

Evaluatr هو إضافة Chrome تم تطويرها بواسطة https://www.evaluatr.co، والميزة الرئيسية لها هي "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Evaluatr

قم بتنزيل ملفات الامتداد Evaluatr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
عنوان URL الرسمي https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
الوصف The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
حجم الملف 15.02 KB
عدد التثبيتات 22
النسخة الحالية 1.22
آخر تحديث 2017-02-01
تاريخ النشر 2017-02-01
المطور https://www.evaluatr.co
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.evaluatr.co/help
اللغات المدعومة 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"
    ]
}