Drifting & Googling

Make your Google search drift.

Drifting & Googling란 무엇입니까?

Drifting & Googling은(는) Summer Chao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your Google search drift."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Drifting & Googling 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}