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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}