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
公式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
Eメール [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"
        }
    ]
}