Drifting & Googling
Make your Google search drift.
什麼是Drifting & Googling?
Drifting & Googling是由Summer Chao開發的Chrome擴展程式,該擴展的主要功能是“Make your Google search drift.”。
擴展截圖
下載Drifting & Googling擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | kfbkiimghfccljjpjckphhdaldebbgoc |
| 官方網址 | 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"
]
}
]
} | |