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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elvissunlihe และคุณลักษณะหลักของมันคือ "This extension shows a Google Image search result for the current page"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The One: Website Rating Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}