Evaluatr

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

Evaluatr क्या है?

Evaluatr https://www.evaluatr.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Evaluatr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}