The One: Website Rating Extension

This extension shows a Google Image search result for the current page

The One: Website Rating Extension क्या है?

The One: Website Rating Extension elvissunlihe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a Google Image search result for the current page"।

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

crx प्रारूप में The One: Website Rating Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        THE ONE is a chrome extension that is a rating tool for the content (i.e., information accuracy, authenticity, and relevancy) and user experience on a website.

We collect people’s opinions on the website they visited, and all the reviews are displayed as the number of the thumbs-up and thumbs-down beside the link on the Google search result page.

THE ONE is designed to re-shape the SEO industry by integrating SEO and content marketing.

We aim to make THE ONE a convenient, quick, simple, straightforward, and user-friendly rating and reviewing tool.

Let’s vote, rate, review, and share, leading netizens to the right websites and guiding companies to do real content marketing. 

Github link:
https://github.com/elvisun/thisOne                    

एक्सटेंशन की मूल जानकारी

नाम The One: Website Rating Extension The One: Website Rating Extension
ID algaamhdkiioaebfkniojomdlcifkfie
आधिकारिक URL https://chromewebstore.google.com/detail/the-one-website-rating-ex/algaamhdkiioaebfkniojomdlcifkfie
विवरण This extension shows a Google Image search result for the current page
फ़ाइल का आकार 47.89 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-10-27
प्रकाशन तिथि 2016-10-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर elvissunlihe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The One: Website Rating Extension",
    "description": "This extension shows a Google Image search result for the current page",
    "version": "1.1",
    "browser_action": {
        "default_icon": "2.png",
        "default_title": "make this page red",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/www.google.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/the-one.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*",
                "http:\/\/www.google.ca\/*",
                "https:\/\/www.google.ca\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "javascript\/newPage.js"
            ],
            "run_at": "document_end"
        }
    ]
}