Drifting & Googling

Make your Google search drift.

Drifting & Googlingคืออะไร?

Drifting & Googling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Summer Chao และคุณลักษณะหลักของมันคือ "Make your Google search drift."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drifting & Googling

ดาวน์โหลดไฟล์ส่วนขยาย Drifting & Googling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension breaks all the google search results and makes them float and bounce around on your web page. Let's search without algorithm sorting results for you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
คำอธิบาย Make your Google search drift.
ขนาดไฟล์ 52.89 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-12-22
วันที่เผยแพร่ 2020-12-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Summer Chao
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/summer-chao-920547158/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drifting & Googling",
    "version": "1.0.0",
    "description": "Make your Google search drift.",
    "homepage_url": "https:\/\/www.linkedin.com\/in\/summer-chao-920547158\/",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "256": "logo-256.png",
        "512": "logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "basic-extension.css"
            ],
            "js": [
                "jquery.min.js",
                "ready.js",
                "basic-extension.user.js"
            ]
        }
    ]
}