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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}