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開發的Chrome擴展程式,該擴展的主要功能是“This extension shows a Google Image search result for the current page”。

下載The One: Website Rating Extension擴展crx文件

下載The One: Website Rating Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}