Evaluatr

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

Evaluatr là gì?

Evaluatr là một tiện ích mở rộng Chrome được phát triển bởi https://www.evaluatr.co, và tính năng chính của nó là "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Evaluatr

Tải xuống các tệp mở rộng Evaluatr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evaluatr Evaluatr
ID goekdjcnhegjblhbbfdoagnlmnnpecfp
URL Chính Thức https://chromewebstore.google.com/detail/evaluatr/goekdjcnhegjblhbbfdoagnlmnnpecfp
Mô tả The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.
Kích Thước Tệp 15.02 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.22
Cập Nhật Lần Cuối 2017-02-01
Ngày Phát Hành 2017-02-01
Nhà Phát Triển https://www.evaluatr.co
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.evaluatr.co/help
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}